changeset 101505:069ee85473e4

Swap name and description. Remove Windows versions.
author Jason Rumney <jasonr@gnu.org>
date Mon, 26 Jan 2009 01:50:44 +0000
parents f1471359f35e
children a84518accc05
files nt/emacs.rc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nt/emacs.rc	Mon Jan 26 01:15:47 2009 +0000
+++ b/nt/emacs.rc	Mon Jan 26 01:50:44 2009 +0000
@@ -24,12 +24,12 @@
 	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