diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-19 22:25:22 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-19 22:25:22 +0000 |
commit | 886d5e6f982d65f8d4f9a13ec52cce049fe4757f (patch) | |
tree | 8d84d6b4e49007629dd6fe094d10e6eea3431299 /plugins/Import/src/resource.h | |
parent | 347b63f23b40b403470d9636d691337cf8713e54 (diff) |
Import: an option added to support profile mirroring (precise copy)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/src/resource.h')
-rw-r--r-- | plugins/Import/src/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Import/src/resource.h b/plugins/Import/src/resource.h index 51b449a810..1120c1a773 100644 --- a/plugins/Import/src/resource.h +++ b/plugins/Import/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by d:\miranda-ng\plugins\Import\res\resource.rc
+// Used by D:\miranda-ng\plugins\Import\res\resource.rc
//
#define IDC_BACK 3
#define IDD_WIZARD 101
@@ -27,7 +27,9 @@ #define IDC_STATIC_ALL 1019
#define IDC_STATIC_CONTACTS 1020
#define IDC_STATIC_CUSTOM 1021
+#define IDC_RADIO_COMPLETE 1022
#define IDC_DATETIMEPICKER 1023
+#define IDC_STATIC_ALL2 1023
#define IDC_IN_FT 1024
#define IDC_CONTACTS 1025
#define IDC_SYSTEM 1026
|