diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-19 11:51:08 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-19 11:51:08 +0000 |
commit | 02d3a913e0f9c77f814293b771790e13d0e0f3de (patch) | |
tree | 7874ecbac542d94f5487bfb17c998b10d6e64203 /plugins/YAPP/res | |
parent | 9521b9fe8c50ad111e79544f955eb4354310b41e (diff) |
YAPP:
- Added icon to enable/disable popups into toptoolbar
- Fixes for icons - added support for icolib, added main menu icons, used standardized icons + big icon for history window
- Version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@4726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAPP/res')
-rw-r--r-- | plugins/YAPP/res/PPh2.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/YAPP/res/popup.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | plugins/YAPP/res/popup_history.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | plugins/YAPP/res/popup_no.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | plugins/YAPP/res/yapp.rc | 12 |
5 files changed, 6 insertions, 6 deletions
diff --git a/plugins/YAPP/res/PPh2.ico b/plugins/YAPP/res/PPh2.ico Binary files differdeleted file mode 100644 index af9dc91e39..0000000000 --- a/plugins/YAPP/res/PPh2.ico +++ /dev/null diff --git a/plugins/YAPP/res/popup.ico b/plugins/YAPP/res/popup.ico Binary files differnew file mode 100644 index 0000000000..5b3fe4e65b --- /dev/null +++ b/plugins/YAPP/res/popup.ico diff --git a/plugins/YAPP/res/popup_history.ico b/plugins/YAPP/res/popup_history.ico Binary files differnew file mode 100644 index 0000000000..6c1905b295 --- /dev/null +++ b/plugins/YAPP/res/popup_history.ico diff --git a/plugins/YAPP/res/popup_no.ico b/plugins/YAPP/res/popup_no.ico Binary files differnew file mode 100644 index 0000000000..cac10ab068 --- /dev/null +++ b/plugins/YAPP/res/popup_no.ico diff --git a/plugins/YAPP/res/yapp.rc b/plugins/YAPP/res/yapp.rc index 1bbcc4526c..bd981f31ae 100644 --- a/plugins/YAPP/res/yapp.rc +++ b/plugins/YAPP/res/yapp.rc @@ -13,13 +13,11 @@ #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
+// English (United States) 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
/////////////////////////////////////////////////////////////////////////////
@@ -141,7 +139,7 @@ END //
#ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO
+GUIDELINES DESIGNINFO
BEGIN
IDD_OPT1, DIALOG
BEGIN
@@ -177,8 +175,10 @@ END // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_POPUP_HISTORY ICON "PPh2.ico"
-#endif // English (U.S.) resources
+IDI_POPUP ICON "popup.ico"
+IDI_NOPOPUP ICON "popup_no.ico"
+IDI_HISTORY ICON "popup_history.ico"
+#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
|