diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-01 12:57:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-01 12:57:17 +0000 |
commit | 5e64645f8c037b482c5f75d48300ccdac92ebb02 (patch) | |
tree | db898e588007ee12614f0b42d5c6761f596624cf /plugins/PluginUpdater/src/resource.h | |
parent | 4d52c4f9c25fd47d1ab49a5f9606395c78e7d962 (diff) |
- update URL moved to the options dialog;
git-svn-id: http://svn.miranda-ng.org/main/trunk@1742 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/resource.h')
-rw-r--r-- | plugins/PluginUpdater/src/resource.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/plugins/PluginUpdater/src/resource.h b/plugins/PluginUpdater/src/resource.h index aa0c81abbf..2f940e3fee 100644 --- a/plugins/PluginUpdater/src/resource.h +++ b/plugins/PluginUpdater/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by D:\Myranda\plugins\PluginUpdater\res\Resource.rc
+// Used by C:\Myranda\plugins\PluginUpdater\res\Resource.rc
//
#define IDI_MENU 101
#define IDD_UPDATE 102
@@ -48,7 +48,10 @@ #define IDC_PERIOD 1038
#define IDC_PERIODSPIN 1039
#define IDC_PERIODMEASURE 1040
-#define IDC_EDIT1 1042
+#define IDC_CUSTOMURL 1042
+#define IDC_STABLE 1043
+#define IDC_TRUNK 1044
+#define IDC_CUSTOM 1045
#define IDC_MSG_BOXES 40071
#define IDC_ERRORS 40072
#define IDC_INFO_MESSAGES 40073
@@ -63,12 +66,12 @@ #define IDC_PROGR_DLG_BG 42074
// Next default values for new objects
-//
+//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 110
#define _APS_NEXT_COMMAND_VALUE 40075
-#define _APS_NEXT_CONTROL_VALUE 1043
+#define _APS_NEXT_CONTROL_VALUE 1044
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|