From 56f973f9a4057832fc8d54988905e1d222ab55d3 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 25 May 2019 20:15:18 +0300 Subject: Revert 59a6c23efbe3014833e83d14b00da9532e135068 --- src/mir_app/res/icon_loaded.ico | Bin 0 -> 1150 bytes src/mir_app/res/icon_loaded_gray.ico | Bin 0 -> 1150 bytes src/mir_app/res/icon_notloaded.ico | Bin 0 -> 1150 bytes src/mir_app/res/icon_notloaded_gray.ico | Bin 0 -> 1150 bytes src/mir_app/res/resource.rc | 4 ++++ src/mir_app/src/resource.h | 4 ++++ 6 files changed, 8 insertions(+) create mode 100644 src/mir_app/res/icon_loaded.ico create mode 100644 src/mir_app/res/icon_loaded_gray.ico create mode 100644 src/mir_app/res/icon_notloaded.ico create mode 100644 src/mir_app/res/icon_notloaded_gray.ico (limited to 'src/mir_app') diff --git a/src/mir_app/res/icon_loaded.ico b/src/mir_app/res/icon_loaded.ico new file mode 100644 index 0000000000..85f450977c Binary files /dev/null and b/src/mir_app/res/icon_loaded.ico differ diff --git a/src/mir_app/res/icon_loaded_gray.ico b/src/mir_app/res/icon_loaded_gray.ico new file mode 100644 index 0000000000..d213f0c34f Binary files /dev/null and b/src/mir_app/res/icon_loaded_gray.ico differ diff --git a/src/mir_app/res/icon_notloaded.ico b/src/mir_app/res/icon_notloaded.ico new file mode 100644 index 0000000000..071e527d95 Binary files /dev/null and b/src/mir_app/res/icon_notloaded.ico differ diff --git a/src/mir_app/res/icon_notloaded_gray.ico b/src/mir_app/res/icon_notloaded_gray.ico new file mode 100644 index 0000000000..f70074c878 Binary files /dev/null and b/src/mir_app/res/icon_notloaded_gray.ico differ diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index 6fa512fef3..5b38ef109c 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -1138,6 +1138,10 @@ IDI_NOTICK ICON "check_off.ico" IDI_TICK ICON "check_on.ico" IDI_UNICODE ICON "icon_unicode.ico" IDI_ANSI ICON "icon_ansi.ico" +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_FRAME ICON "icon_frame.ico" IDI_MFATAL ICON "icon_fatal.ico" IDI_MERROR ICON "icon_error.ico" diff --git a/src/mir_app/src/resource.h b/src/mir_app/src/resource.h index b2501a4a00..98cd007f9e 100644 --- a/src/mir_app/src/resource.h +++ b/src/mir_app/src/resource.h @@ -18,6 +18,8 @@ #define IDD_OPT_PROTOCOLORDER 109 #define IDD_OPT_ICOLIB 110 #define IDD_ICOLIB_IMPORT 111 +#define IDI_LOADED_GRAY 113 +#define IDI_NOTLOADED_GRAY 114 #define IDD_ADDED 115 #define IDD_ENTER_STRING 116 #define IDI_ADDGROUP 117 @@ -100,8 +102,10 @@ #define IDI_UNICODE 218 #define IDI_ANSI 219 #define IDD_INFO_SUMMARY 220 +#define IDI_LOADED 220 #define IDD_INFO_CONTACT 221 #define IDR_CREDITS 221 +#define IDI_NOTLOADED 221 #define IDD_INFO_BACKGROUND 222 #define IDD_INFO_NOTES 223 #define IDD_ADDEMAIL 226 -- cgit v1.2.3