summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer.rc.in
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-05-17 16:58:09 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-05-23 17:31:05 +0200
commitf0f52f940676706b5695428fe5ee686e9be288d5 (patch)
treeaebf40950a3eac1729554a7ffacfdf087ef8f1dc /src/virt-viewer.rc.in
parent2c1e7c18bff998f779c4a1159dda12e4d775f673 (diff)
downloadvirt-viewer-f0f52f940676706b5695428fe5ee686e9be288d5.tar.gz
virt-viewer-f0f52f940676706b5695428fe5ee686e9be288d5.tar.xz
virt-viewer-f0f52f940676706b5695428fe5ee686e9be288d5.zip
Use a more descriptive FileDescription
This field is used to invite the user to close running instances, when updating the installation with an MSI. "A remote desktop client" isn't specific enough, use a VirtViewer specific description.
Diffstat (limited to 'src/virt-viewer.rc.in')
-rw-r--r--src/virt-viewer.rc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/virt-viewer.rc.in b/src/virt-viewer.rc.in
index 196e631..2f52c34 100644
--- a/src/virt-viewer.rc.in
+++ b/src/virt-viewer.rc.in
@@ -8,10 +8,10 @@ BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "virt-manager.org"
- VALUE "FileDescription", "A remote desktop client"
+ VALUE "FileDescription", "VirtViewer desktop client"
VALUE "FileVersion", "@VERSION@"
VALUE "InternalName", "@PACKAGE_STRING@"
- VALUE "LegalCopyright", "Copyright (C) 2007-2012 Red Hat, Inc."
+ VALUE "LegalCopyright", "Copyright (C) 2007-2013 Red Hat, Inc."
VALUE "OriginalFilename", "virt-viewer.exe"
VALUE "ProductName", "VirtViewer"
VALUE "ProductVersion", "@VERSION@"