diff options
author | George Hazan <ghazan@miranda.im> | 2016-10-22 19:56:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-10-22 20:38:07 +0300 |
commit | 6332669686271b321e3cc142392801965e4b5a79 (patch) | |
tree | 3fd008271980bf859264d3a1d976a342be47e299 /plugins/StatusManager/res | |
parent | 5536bc3778079e0ddfbc46dfa7ddd1b8e4807845 (diff) |
- warning fixes;
- resource optimization
- fix for a typo
Diffstat (limited to 'plugins/StatusManager/res')
-rw-r--r-- | plugins/StatusManager/res/StartupStatus.rc | 70 | ||||
-rw-r--r-- | plugins/StatusManager/res/resource.rc | 7 |
2 files changed, 7 insertions, 70 deletions
diff --git a/plugins/StatusManager/res/StartupStatus.rc b/plugins/StatusManager/res/StartupStatus.rc deleted file mode 100644 index 8cbed066dc..0000000000 --- a/plugins/StatusManager/res/StartupStatus.rc +++ /dev/null @@ -1,70 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "..\src\resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "winres.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "..\\src\\resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""winres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - -///////////////////////////////////////////////////////////////////////////// -// -// Bitmap -// - -IDI_TTBDOWN ICON "res\\ttbDown.ico" -IDI_TTBUP ICON "res\\ttbUp.ico" - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED diff --git a/plugins/StatusManager/res/resource.rc b/plugins/StatusManager/res/resource.rc index 873c8cf182..730ac2a883 100644 --- a/plugins/StatusManager/res/resource.rc +++ b/plugins/StatusManager/res/resource.rc @@ -44,6 +44,13 @@ END #endif // APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Bitmap +// + +IDI_TTBDOWN ICON "res\\ttbDown.ico" +IDI_TTBUP ICON "res\\ttbUp.ico" ///////////////////////////////////////////////////////////////////////////// // |