From 1ac26e41d1de88965131401356c37497bf899ded Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 2 Mar 2013 19:53:14 +0000 Subject: removed not used headers added version info removed not used files git-svn-id: http://svn.miranda-ng.org/main/trunk@3855 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotifyAnything/res/NotifyAnything.rc | 53 ---------------------------- 1 file changed, 53 deletions(-) (limited to 'plugins/NotifyAnything/res/NotifyAnything.rc') diff --git a/plugins/NotifyAnything/res/NotifyAnything.rc b/plugins/NotifyAnything/res/NotifyAnything.rc index d89d3bfda2..03f1df6c9e 100644 --- a/plugins/NotifyAnything/res/NotifyAnything.rc +++ b/plugins/NotifyAnything/res/NotifyAnything.rc @@ -102,59 +102,6 @@ END ///////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////// -// Swedish resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SVE) -#ifdef _WIN32 -LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT -#pragma code_page(1252) -#endif //_WIN32 - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,0,2,8 - PRODUCTVERSION 0,0,2,8 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x2L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "000004b0" - BEGIN - VALUE "Comments", "Receives popup descriptions from external sources and forward them to the PopUp plugin." - VALUE "CompanyName", "Daniel Wesslen" - VALUE "FileDescription", "NotifyAnything Miranda IM plugin" - VALUE "FileVersion", "0, 0, 2, 8" - VALUE "InternalName", "NotifyAnything" - VALUE "LegalCopyright", "Placed in public domain 2003" - VALUE "OriginalFilename", "NotifyAnything.dll" - VALUE "ProductName", "NotifyAnything Miranda plugin" - VALUE "ProductVersion", "0, 0, 2, 8" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0, 1200 - END -END - -#endif // Swedish resources -///////////////////////////////////////////////////////////////////////////// - - - #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // -- cgit v1.2.3