diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-06 12:08:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-06 12:08:39 +0000 |
commit | 4207fda2535b6c1c1aa8e242da2de04ab40ba76b (patch) | |
tree | e3faf3288fac0cafd5ed8b60fb7824db798fa27b /plugins/PluginUpdater/src/resource.h | |
parent | da90f70ee92d2fcf13451ae40516c985f728a560 (diff) |
- added "Update Icons" option;
- removed some garbage from options dialog;
- modeless Apply Updates dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@1377 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/resource.h')
-rw-r--r-- | plugins/PluginUpdater/src/resource.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/PluginUpdater/src/resource.h b/plugins/PluginUpdater/src/resource.h index 7e71315760..46d86396f2 100644 --- a/plugins/PluginUpdater/src/resource.h +++ b/plugins/PluginUpdater/src/resource.h @@ -4,7 +4,6 @@ //
#define IDI_MENU 101
#define IDD_UPDATE 102
-#define IDD_DOWNLOAD 103
#define IDD_OPT_UPDATENOTIFY 104
#define IDD_POPUP 105
#define IDD_POPUPDUMMI 106
@@ -40,13 +39,8 @@ #define IDC_ERRORS_MSG 1025
#define IDC_INFO_MESSAGES_MSG 1026
#define IDC_PROGR_DLG_MSG 1027
-#define IDC_SYSLINK1 1028
#define IDC_LINK_HOTKEY 1028
-#define IDC_MSG_BOXES2 1029
-#define IDC_ERRORS2 1030
-#define IDC_INFO_MESSAGES2 1031
-#define IDC_PROGR_DLG2 1032
-#define IDC_NOTIFY2 1033
+#define IDC_UPDATEICONS 1029
#define IDC_NOTIFY 1034
#define IDC_UPDATEONSTARTUP 1035
#define IDC_ONLYONCEADAY 1036
|