From 9c4510cd09c2fb34eeb1cefe58d70a7fb75e5ad4 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 12 Jun 2015 19:21:42 +0000 Subject: LotusNotify: - options redesign (by pepinlebref) - minor warnings fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@14135 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/LotusNotify/src/resource.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'plugins/LotusNotify/src/resource.h') diff --git a/plugins/LotusNotify/src/resource.h b/plugins/LotusNotify/src/resource.h index b2aed137d1..320d18cc62 100644 --- a/plugins/LotusNotify/src/resource.h +++ b/plugins/LotusNotify/src/resource.h @@ -3,8 +3,10 @@ // Used by LotusNotify.rc // #define IDI_ICON1 101 -#define IDD_OPT_DIALOG 102 +#define IDD_OPT_LOTUS_MISC 102 #define IDI_ICON2 103 +#define IDD_OPT_LOTUS_CONECTION 104 +#define IDD_OPT_LOTUS_POPUP 105 #define IDC_SERVER 1001 #define IDC_DATABASE 1002 #define IDC_DATABASE2 1003 @@ -23,9 +25,6 @@ #define IDC_NEWEST 1014 #define IDC_BUTTON_DETECT 1015 #define IDC_STATUS 1016 -#define IDC_VERSION 1017 -#define IDC_VERSION2 1018 -#define IDC_BUTTON_DETECT2 1019 #define IDC_BUTTON_CLEAR 1019 #define IDC_FILTER_SENDER 1020 #define IDC_FILTER_SUBJECT 1021 @@ -45,7 +44,7 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 104 +#define _APS_NEXT_RESOURCE_VALUE 106 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1033 #define _APS_NEXT_SYMED_VALUE 101 -- cgit v1.2.3