diff options
| author | George Hazan <ghazan@miranda.im> | 2019-04-17 22:40:29 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-04-17 22:40:29 +0300 |
| commit | 087ace9a5839200528e15f8335e00ce99cc65140 (patch) | |
| tree | e59c31ecca639cdc241b1a44b99b58988bc907d3 /plugins/UserInfoEx/IconPacks | |
| parent | 2c4add47fc901d243ed97eb28834fd1fba265b5d (diff) | |
UINfoEx: fix for email extra-icon
Diffstat (limited to 'plugins/UserInfoEx/IconPacks')
| -rw-r--r-- | plugins/UserInfoEx/IconPacks/ice/src/icons.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/UserInfoEx/IconPacks/ice/src/icons.h b/plugins/UserInfoEx/IconPacks/ice/src/icons.h index 46871836bd..7c2dfa7971 100644 --- a/plugins/UserInfoEx/IconPacks/ice/src/icons.h +++ b/plugins/UserInfoEx/IconPacks/ice/src/icons.h @@ -10,10 +10,10 @@ #define IDI_DLG_EMAIL 103
// dialog infobar & buttons
-#define IDI_ANNIVERSARY 104
-#define IDI_EXPORT 105
-#define IDI_IMPORT 106
-#define IDI_SEARCH 107
+#define IDI_ANNIVERSARY 104
+#define IDI_EXPORT 105
+#define IDI_IMPORT 106
+#define IDI_SEARCH 107
// common icons of details dialog pages
#define IDI_MIRANDA 108
|
