diff options
author | dartraiden <wowemuh@gmail.com> | 2019-03-07 20:31:44 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-03-07 20:31:44 +0300 |
commit | 9597e6f3b3a888f7d5e2eb636962ad8d7958ba9f (patch) | |
tree | 0e43ef9104586ddfb8c0d07728320174f7f91d1f /src/mir_app | |
parent | a714fa356e4d6dd8c6169ef4123fea167371a1f9 (diff) |
fixes #1889
Diffstat (limited to 'src/mir_app')
-rw-r--r-- | src/mir_app/res/resource.rc | 4 | ||||
-rw-r--r-- | src/mir_app/src/resource.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index daf0af8b8d..5b38ef109c 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -1142,8 +1142,6 @@ IDI_LOADED ICON "icon_loaded.ico" IDI_LOADED_GRAY ICON "icon_loaded_gray.ico"
IDI_NOTLOADED ICON "icon_notloaded.ico"
IDI_NOTLOADED_GRAY ICON "icon_notloaded_gray.ico"
-IDI_POPUP ICON "icon_popup.ico"
-IDI_NOPOPUP ICON "icon_popup_no.ico"
IDI_FRAME ICON "icon_frame.ico"
IDI_MFATAL ICON "icon_fatal.ico"
IDI_MERROR ICON "icon_error.ico"
@@ -1178,6 +1176,8 @@ IDI_MCCONVERT ICON "meta_convert.ico" IDI_MCADD ICON "meta_add.ico"
IDI_MCSETDEFAULT ICON "meta_set_as_default.ico"
IDI_ADDGROUP ICON "addgroup.ico"
+IDI_POPUP ICON "icon_popup.ico"
+IDI_NOPOPUP ICON "icon_popup_no.ico"
/////////////////////////////////////////////////////////////////////////////
//
diff --git a/src/mir_app/src/resource.h b/src/mir_app/src/resource.h index 3572ea28a7..98cd007f9e 100644 --- a/src/mir_app/src/resource.h +++ b/src/mir_app/src/resource.h @@ -18,13 +18,11 @@ #define IDD_OPT_PROTOCOLORDER 109
#define IDD_OPT_ICOLIB 110
#define IDD_ICOLIB_IMPORT 111
-#define IDI_POPUP 112
#define IDI_LOADED_GRAY 113
#define IDI_NOTLOADED_GRAY 114
#define IDD_ADDED 115
#define IDD_ENTER_STRING 116
#define IDI_ADDGROUP 117
-#define IDI_NOPOPUP 118
#define IDD_AUTHREQ 121
#define IDD_DETAILS 125
#define IDD_HISTORY 127
@@ -584,6 +582,8 @@ #define IDM_SEARCH_GOOGLE_TRANSLATE 40085
#define IDM_SEARCH_YAHOO 40086
#define IDM_SEARCH_FOODNETWORK 40087
+#define IDI_POPUP 40088
+#define IDI_NOPOPUP 40089
#define LEGAL_COPYRIGHT "Copyright © 2000-11 Miranda IM, 2012-19 Miranda NG team. This software is released under the terms of the GNU General Public License.\0"
|