Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2016-02-16 19:56:51 +0300
committerDaniel Molkentin <danimo@owncloud.com>2016-02-16 19:56:51 +0300
commit2918e45343cf9cead56f209961f638fd949f4a7a (patch)
treecd832f5a62ef3b3d2c5fdd509e1c7975a3c16068 /src/gui/version.rc.in
parente3b56fb5592a7d096c2e24382bd837ce56547220 (diff)
Add comment, transliterate copyright symbol
Diffstat (limited to 'src/gui/version.rc.in')
-rw-r--r--src/gui/version.rc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/version.rc.in b/src/gui/version.rc.in
index 467272f2c..25de15c47 100644
--- a/src/gui/version.rc.in
+++ b/src/gui/version.rc.in
@@ -8,7 +8,7 @@
#define VER_PRODUCTNAME_STR "@APPLICATION_NAME@"
#define VER_COMPANYNAME_STR "@APPLICATION_VENDOR@"
-#define VER_COPYRIGHT_STR "© @MIRALL_VERSION_YEAR@"
+#define VER_COPYRIGHT_STR "(c) @MIRALL_VERSION_YEAR@"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
@@ -23,6 +23,7 @@ BEGIN
VALUE "CompanyName", VER_COMPANYNAME_STR
VALUE "LegalCopyright", VER_COPYRIGHT_STR
VALUE "FileVersion", VER_FILEVERSION_STR
+ VALUE "Comment", VER_PRODUCTVERSION_STR
VALUE "FileDescription", VER_PRODUCTVERSION_STR
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
VALUE "ProductName", VER_PRODUCTNAME_STR