Mercurial > pidgin.yaz
changeset 15609:02d64952a55e
Update dll and exe version resources for pidgin stuff.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 11 Feb 2007 00:10:55 +0000 |
parents | 3f10bd32ef1c |
children | eba9715548d7 |
files | pidgin/win32/pidgin_dll_rc.rc.in pidgin/win32/pidgin_exe_rc.rc.in |
diffstat | 2 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/win32/pidgin_dll_rc.rc.in Sat Feb 10 01:14:57 2007 +0000 +++ b/pidgin/win32/pidgin_dll_rc.rc.in Sun Feb 11 00:10:55 2007 +0000 @@ -14,13 +14,13 @@ BEGIN BLOCK "040904B0" BEGIN - VALUE "CompanyName", "The Gaim developer community" - VALUE "FileDescription", "GTK+ Gaim Library" + VALUE "CompanyName", "The Pidgin developer community" + VALUE "FileDescription", "GTK+ Pidgin Library" VALUE "FileVersion", "@GAIM_VERSION@" - VALUE "InternalName", "gtkgaim" - VALUE "LegalCopyright", "Copyright (C) 1998-2006 The Gaim developer community (See the COPYRIGHT file in the source distribution)." - VALUE "OriginalFilename", "gtkgaim.dll" - VALUE "ProductName", "Gaim" + VALUE "InternalName", "libpidgin" + VALUE "LegalCopyright", "Copyright (C) 1998-2007 The Pidgin developer community (See the COPYRIGHT file in the source distribution)." + VALUE "OriginalFilename", "pidgin.dll" + VALUE "ProductName", "Pidgin" VALUE "ProductVersion", "@GAIM_VERSION@" END END
--- a/pidgin/win32/pidgin_exe_rc.rc.in Sat Feb 10 01:14:57 2007 +0000 +++ b/pidgin/win32/pidgin_exe_rc.rc.in Sun Feb 11 00:10:55 2007 +0000 @@ -17,13 +17,13 @@ BEGIN BLOCK "040904B0" BEGIN - VALUE "CompanyName", "The Gaim developer community" - VALUE "FileDescription", "Gaim" + VALUE "CompanyName", "The Pidgin developer community" + VALUE "FileDescription", "Pidgin" VALUE "FileVersion", "@GAIM_VERSION@" - VALUE "InternalName", "gaim" - VALUE "LegalCopyright", "Copyright (C) 1998-2006 The Gaim developer community (See the COPYRIGHT file in the source distribution)." + VALUE "InternalName", "pidgin" + VALUE "LegalCopyright", "Copyright (C) 1998-2007 The Pidgin developer community (See the COPYRIGHT file in the source distribution)." VALUE "OriginalFilename", "@ORIGINAL_FILENAME@" - VALUE "ProductName", "Gaim" + VALUE "ProductName", "Pidgin" VALUE "ProductVersion", "@GAIM_VERSION@" END END