diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-01 11:47:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-01 11:47:16 +0300 |
commit | 35aba3d91e39932517046ff84ab7d3e4ef0cf932 (patch) | |
tree | 69015cd0169d2134b0e8a61b87c7dd9b27865069 /protocols/ICQ-WIM/src/resource.h | |
parent | 2e9d13165b4fd765d95f88d26282be022e708b0d (diff) |
ICQ-WIM:
- advanced options moved to the separate dialog;
- option added to launch a browser on tray icon click;
- now additional email events aren't added if one is already active;
- duplicate notification removed
Diffstat (limited to 'protocols/ICQ-WIM/src/resource.h')
-rw-r--r-- | protocols/ICQ-WIM/src/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/resource.h b/protocols/ICQ-WIM/src/resource.h index f738e14180..32ab58a703 100644 --- a/protocols/ICQ-WIM/src/resource.h +++ b/protocols/ICQ-WIM/src/resource.h @@ -10,6 +10,7 @@ #define IDD_EDITIGNORE 106 #define IDI_INBOX 107 #define IDI_MAIL_NOTIFY 108 +#define IDD_OPTIONS_ADV 109 #define IDC_PASSWORD 1001 #define IDC_UIN 1002 #define IDC_UIN2 1003 @@ -29,6 +30,7 @@ #define IDC_SPIN1 1018 #define IDC_STATUS1 1019 #define IDC_USETRAYICON 1020 +#define IDC_LAUNCH_MAILBOX 1021 #define IDC_DIFF2 1023 #define IDC_SPIN2 1024 #define IDC_STATUS2 1025 @@ -37,7 +39,7 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 109 +#define _APS_NEXT_RESOURCE_VALUE 110 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1021 #define _APS_NEXT_SYMED_VALUE 101 |