diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/res/icon_loaded.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | src/mir_app/res/resource.rc | 1 | ||||
-rw-r--r-- | src/mir_app/src/resource.h | 3 |
3 files changed, 1 insertions, 3 deletions
diff --git a/src/mir_app/res/icon_loaded.ico b/src/mir_app/res/icon_loaded.ico Binary files differdeleted file mode 100644 index 85f450977c..0000000000 --- a/src/mir_app/res/icon_loaded.ico +++ /dev/null diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index 3483969f3e..db270fefd9 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -1138,7 +1138,6 @@ 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"
diff --git a/src/mir_app/src/resource.h b/src/mir_app/src/resource.h index 38b3ed8ebe..289436277c 100644 --- a/src/mir_app/src/resource.h +++ b/src/mir_app/src/resource.h @@ -18,7 +18,6 @@ #define IDD_OPT_PROTOCOLORDER 109
#define IDD_OPT_ICOLIB 110
#define IDD_ICOLIB_IMPORT 111
-#define IDI_PASSWORD 112
#define IDI_LOADED_GRAY 113
#define IDI_NOTLOADED_GRAY 114
#define IDD_ADDED 115
@@ -103,7 +102,7 @@ #define IDI_UNICODE 218
#define IDI_ANSI 219
#define IDD_INFO_SUMMARY 220
-#define IDI_LOADED 220
+#define IDI_PASSWORD 220
#define IDD_INFO_CONTACT 221
#define IDR_CREDITS 221
#define IDI_NOTLOADED 221
|