diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-16 12:44:19 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-16 12:44:19 +0000 |
commit | d368658d9c25278e62023be7ebe573d04309be43 (patch) | |
tree | 8911a7e4c7f029243efc2d2967bcd8a6cef284cf /plugins/PluginUpdater/res/Resource.rc | |
parent | 403ee5e18b2393a430ff5e9d3f0cb5feccdb341e (diff) |
PluginUpdater:
- more fixes for the options dialog
- Added feature to install a list of predefined item:
In module PluginUpdaterNewFiles, create a BYTE entry for each item you want to install
(Name as in the options dialog, BYTE value 1)
When you open "Available components list", those entries will be preselected.
git-svn-id: http://svn.miranda-ng.org/main/trunk@16675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/res/Resource.rc')
-rw-r--r-- | plugins/PluginUpdater/res/Resource.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc index 246e4f38f6..70e4cd34c7 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -77,10 +77,10 @@ BEGIN "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,158,199,10
CONTROL "Custom version",IDC_CUSTOM,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,173,267,10
EDITTEXT IDC_CUSTOMURL,12,187,267,16,ES_AUTOHSCROLL | WS_DISABLED
+ GROUPBOX "Platform",IDC_STATIC,212,122,58,40
+ CONTROL "x86", IDC_X86, "Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP, 217, 131, 28, 10
+ CONTROL "x64", IDC_X64, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 217, 146, 28, 10
CTEXT "Some component(s) was updated.\nYou need to restart your Miranda to apply installed updates.",IDC_NEEDRESTARTLABEL,11,213,267,15,NOT WS_VISIBLE
- GROUPBOX "",IDC_STATIC,212,122,58,40
- CONTROL "x86", IDC_X86, "Button", BS_AUTORADIOBUTTON | WS_DISABLED | WS_TABSTOP, 217, 131, 28, 10
- CONTROL "x64", IDC_X64, "Button", BS_AUTORADIOBUTTON | WS_DISABLED | WS_TABSTOP, 217, 146, 28, 10
END
IDD_POPUP DIALOGEX 0, 0, 316, 174
|