diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-29 20:03:26 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-29 20:03:26 +0000 |
commit | 942fbc5f4ad0df4beef9a664cdccaa3609e228f4 (patch) | |
tree | 9a24b183403d586145e3e4a7f8e63cbed4d7de1a /plugins/NewXstatusNotify/src/resource.h | |
parent | 4945f866c46fd1f01c6d9ac078e9a827598e8893 (diff) |
revert connection timeout
git-svn-id: http://svn.miranda-ng.org/main/trunk@6685 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/resource.h')
-rw-r--r-- | plugins/NewXstatusNotify/src/resource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/NewXstatusNotify/src/resource.h b/plugins/NewXstatusNotify/src/resource.h index b68a263716..58a41599b1 100644 --- a/plugins/NewXstatusNotify/src/resource.h +++ b/plugins/NewXstatusNotify/src/resource.h @@ -28,6 +28,8 @@ #define IDC_STATUS_LC 1006
#define IDC_USEWINCOLORS 1007
#define IDC_STATUS_RC 1008
+#define IDC_CONNECTIONTIMEOUT_VALUE_SPIN 1009
+#define IDC_STATUS_STATIC_SEC2 1010
#define IDC_READAWAYMSG 1011
#define IDC_CHK_DISABLEMUSIC 1011
#define IDC_SHOWPREVIOUSSTATUS 1012
@@ -63,6 +65,7 @@ #define IDC_LOG 1061
#define IDC_TIMEOUT_VALUE 1066
#define IDC_BLINKICON 1067
+#define IDC_CONNECTIONTIMEOUT_VALUE 1067
#define IDC_BLINKICON_STATUS 1068
#define IDC_SOUNDICON 1069
#define IDC_POPUPICON 1070
|