From 30d2e707d653c7f31461587198dd57ff2e69af08 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 13 Jun 2012 16:11:53 +0000 Subject: - unneeded structure removed - version resource added git-svn-id: http://svn.miranda-ng.org/main/trunk@394 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TopToolBar/main.rc | 58 ---------------------------------------------- 1 file changed, 58 deletions(-) (limited to 'plugins/TopToolBar/main.rc') diff --git a/plugins/TopToolBar/main.rc b/plugins/TopToolBar/main.rc index 5c805d63ea..3427ac369b 100644 --- a/plugins/TopToolBar/main.rc +++ b/plugins/TopToolBar/main.rc @@ -172,67 +172,9 @@ IDI_FINDADDDN ICON "icos\\Find_Add Contacts_DN.ico" IDI_MIRANDAUP ICON "icos\\Show Main Menu_UP.ico" IDI_MIRANDADN ICON "icos\\Show Main Menu_DN.ico" -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,7,3,1 - PRODUCTVERSION 0,7,3,1 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x2L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "041904b0" - BEGIN - VALUE "FileDescription", "ToptoolBar adds buttons in top frame for fast access." - VALUE "FileVersion", "0.7.3.1" - VALUE "InternalName", "TopToolBar" - VALUE "LegalCopyright", "© 2003-2008 Bethoven" - VALUE "OriginalFilename", "TopToolbar.dll" - VALUE "ProductName", "TopToolBar" - VALUE "ProductVersion", "0.7.3.1" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x419, 1200 - END -END - #endif // Russian (Russia) resources ///////////////////////////////////////////////////////////////////////////// - -///////////////////////////////////////////////////////////////////////////// -// English (United Kingdom) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK -#pragma code_page(1252) - -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -IDI_NOTICK ICON "icos\\notick.ico" -IDI_TICK ICON "icos\\notick1.ico" -#endif // English (United Kingdom) resources -///////////////////////////////////////////////////////////////////////////// - - ///////////////////////////////////////////////////////////////////////////// // English (Canada) resources -- cgit v1.2.3