summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2009-01-26 01:50:44 +0000
committerJason Rumney <jasonr@gnu.org>2009-01-26 01:50:44 +0000
commit80de18001372f00137593c8729cc9d703212754a (patch)
tree760588165f9e16db989a29b62a67678ae2fb0497 /nt
parent2b45fd161d81d77ba0aa54865ea3ba5a1d603754 (diff)
downloademacs-80de18001372f00137593c8729cc9d703212754a.tar.gz
Swap name and description. Remove Windows versions.
Diffstat (limited to 'nt')
-rw-r--r--nt/emacs.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/emacs.rc b/nt/emacs.rc
index a8a6e983512..e7cba7975e9 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -24,12 +24,12 @@ BEGIN
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", "Free Software Foundation\0"
- VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0"
+ VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
VALUE "FileVersion", "23, 0, 60, 0\0"
VALUE "InternalName", "Emacs\0"
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0"
VALUE "OriginalFilename", "emacs.exe"
- VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
+ VALUE "ProductName", "Emacs\0"
VALUE "ProductVersion", "23, 0, 60, 0\0"
VALUE "OLESelfRegister", "\0"
END