Add padding to the version resource to permit longer strings
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 19 Nov 2009 01:20:15 +0000 (01:20 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 19 Nov 2009 01:20:15 +0000 (01:20 +0000)
to be substituted into the version resource by sdx.

git-svn-id: svn://svn.equi4.com/kitgen/trunk@4722 9e558909-932a-0410-a563-af77432da1eb

tclkit.rc

index e073bc8d00cd56df4bb9ec08f463817789670b6d..b8a22480a0227f10c51051d6fb4da3c3251af18a 100644 (file)
--- a/tclkit.rc
+++ b/tclkit.rc
@@ -69,7 +69,7 @@ BEGIN
             VALUE "FileDescription", "Tclkit, a standalone runtime for Tcl/Tk\0"
             VALUE "OriginalFilename", "tclkit-gui.exe\0"
             VALUE "CompanyName", "Equi4 Software\0"
-            VALUE "LegalCopyright", "Copyright \251 1989-2003 by J.Ousterhout et al.\0"
+            VALUE "LegalCopyright", "Copyright \251 1989-2009 by J.Ousterhout et al.\0"
 #ifdef TCLKIT_WITH_TK
             VALUE "FileVersion", TK_PATCH_LEVEL
             VALUE "ProductName", "Tclkit " TK_VERSION " for Windows\0"
@@ -79,6 +79,12 @@ BEGIN
             VALUE "ProductName", "Tclkit " TCL_VERSION " for Windows\0"
             VALUE "ProductVersion", TCL_PATCH_LEVEL
 #endif
+            VALUE "Comments", "Comments\0More Comments\0"
+            VALUE "Padding",
+               "                                                            "
+               "                                                            "
+               "                                                            "
+               "                                                            \0"
         END
     END
     BLOCK "VarFileInfo"