diff options
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
/////////////////////////////////////////////////////////////////////////////
|