# HG changeset patch # User Jason Rumney # Date 1232934665 0 # Node ID a84518accc05bd89ae6cbd927285b220dfac48f4 # Parent 069ee85473e41bd9c8e9ccaaa2e4fa4f078a91b2 Swap name and description. Remove Windows versions. diff -r 069ee85473e4 -r a84518accc05 nt/emacsclient.rc --- a/nt/emacsclient.rc Mon Jan 26 01:50:44 2009 +0000 +++ b/nt/emacsclient.rc Mon Jan 26 01:51:05 2009 +0000 @@ -22,12 +22,12 @@ BLOCK "040904B0" BEGIN VALUE "CompanyName", "Free Software Foundation\0" - VALUE "FileDescription", "GNU EmacsClient for Windows NT/95/98/2000/ME/XP\0" + VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" VALUE "FileVersion", "23, 0, 60, 0\0" VALUE "InternalName", "EmacsClient\0" VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009\0" VALUE "OriginalFilename", "emacsclientw.exe" - VALUE "ProductName", "EmacsClient: Client for the extensible self-documenting text editor\0" + VALUE "ProductName", "EmacsClient\0" VALUE "ProductVersion", "23, 0, 60, 0\0" VALUE "OLESelfRegister", "\0" END