diff options
author | dartraiden <wowemuh@gmail.com> | 2019-05-25 20:15:18 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-05-25 20:15:18 +0300 |
commit | 56f973f9a4057832fc8d54988905e1d222ab55d3 (patch) | |
tree | 8cced5f84961a05e0c41c254146c0b6748e2cf38 | |
parent | cc6ef9e37a548857baabd1011652e9af23787fb8 (diff) |
Revert 59a6c23efbe3014833e83d14b00da9532e135068
-rw-r--r-- | plugins/TrafficCounter/src/resource.h | 4 | ||||
-rw-r--r-- | src/mir_app/res/icon_loaded.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | src/mir_app/res/icon_loaded_gray.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | src/mir_app/res/icon_notloaded.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | src/mir_app/res/icon_notloaded_gray.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | src/mir_app/res/resource.rc | 4 | ||||
-rw-r--r-- | src/mir_app/src/resource.h | 4 |
7 files changed, 12 insertions, 0 deletions
diff --git a/plugins/TrafficCounter/src/resource.h b/plugins/TrafficCounter/src/resource.h index 3cb791bcc3..fa4907236c 100644 --- a/plugins/TrafficCounter/src/resource.h +++ b/plugins/TrafficCounter/src/resource.h @@ -70,9 +70,13 @@ #define IDD_SETAWAYMSG 216
#define IDI_DETAILSLOGO 216
#define IDD_OPT_AWAYMSG 217
+#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
diff --git a/src/mir_app/res/icon_loaded.ico b/src/mir_app/res/icon_loaded.ico Binary files differnew file mode 100644 index 0000000000..85f450977c --- /dev/null +++ b/src/mir_app/res/icon_loaded.ico diff --git a/src/mir_app/res/icon_loaded_gray.ico b/src/mir_app/res/icon_loaded_gray.ico Binary files differnew file mode 100644 index 0000000000..d213f0c34f --- /dev/null +++ b/src/mir_app/res/icon_loaded_gray.ico diff --git a/src/mir_app/res/icon_notloaded.ico b/src/mir_app/res/icon_notloaded.ico Binary files differnew file mode 100644 index 0000000000..071e527d95 --- /dev/null +++ b/src/mir_app/res/icon_notloaded.ico diff --git a/src/mir_app/res/icon_notloaded_gray.ico b/src/mir_app/res/icon_notloaded_gray.ico Binary files differnew file mode 100644 index 0000000000..f70074c878 --- /dev/null +++ b/src/mir_app/res/icon_notloaded_gray.ico 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
|