summaryrefslogtreecommitdiff
path: root/resource.rc
diff options
context:
space:
mode:
Diffstat (limited to 'resource.rc')
-rw-r--r--resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/resource.rc b/resource.rc
index ce3074e7..4abdfbaa 100644
--- a/resource.rc
+++ b/resource.rc
@@ -19,7 +19,7 @@ BEGIN
BLOCK "FFFF04B0"
BEGIN
VALUE "ProductVersion", VER_FREEFILESYNC_STR
- VALUE "FileDescription", "Open Source Synchronization Software\0"
+ VALUE "FileDescription", "FreeFileSync - Open Source Synchronization Software\0"
VALUE "LegalCopyright", "(c) 2008 - 2010 ZenJu\0"
VALUE "ProductName", "FreeFileSync\0"
END
bgstack15