diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-04 18:00:27 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-04 18:00:27 +0000 |
commit | 18274fdde5d3a62640c472878fa05cfc228d7299 (patch) | |
tree | 27afe06901f950f5b0e11a1e98411654ce30acfe /protocols/IRCG/src/resource.h | |
parent | 4efc5e1f7d044d70954842fab1b9c754f04221e6 (diff) |
IRC: custom reconnect code removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@7048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG/src/resource.h')
-rw-r--r-- | protocols/IRCG/src/resource.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/IRCG/src/resource.h b/protocols/IRCG/src/resource.h index 948b3a4085..9ac60a05f6 100644 --- a/protocols/IRCG/src/resource.h +++ b/protocols/IRCG/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by IRC.rc
+// Used by D:\Myranda\protocols\IRCG\res\IRC.rc
//
#define ID_INFO_QUERY 3
#define IDD_PREFS_MAIN 101
@@ -71,10 +71,8 @@ #define IDC_SERVERCOMBO 1022
#define IDC_IDENT 1023
#define IDC_IDENT_TIMED 1024
-#define IDC_RETRY 1029
#define IDC_ADDSERVER 1031
#define IDC_EDITSERVER 1032
-#define IDC_RETRYWAIT 1035
#define IDC_IDENTSYSTEM 1036
#define IDC_IDENTPORT 1037
#define IDC_ONLINETIMER 1038
|