diff options
Diffstat (limited to 'windows/gettext.rc')
-rw-r--r-- | windows/gettext.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/gettext.rc b/windows/gettext.rc index bb63d6c..59fe253 100644 --- a/windows/gettext.rc +++ b/windows/gettext.rc @@ -21,10 +21,10 @@ BEGIN BEGIN VALUE "Comments", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.\0" VALUE "CompanyName", "Free Software Foundation\0" - VALUE "FileDescription", "GPLed program for Windows NT/2000/XP/Vista and Windows 95/98/ME\0" + VALUE "FileDescription", "GPLed program for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0" VALUE "FileVersion", PACKAGE_VERSION_STRING "\0" VALUE "InternalName", "*.exe\0" - VALUE "LegalCopyright", "Copyright (C) 1995-2007\0" + VALUE "LegalCopyright", "Copyright (C) 1995-2009\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "*.exe\0" VALUE "ProductName", "gettext utilities\0" |