diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-15 19:43:14 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-15 19:43:14 +0000 |
commit | 6bc8f3ca48fe5a2be64ab91f0cdc1510b58b0892 (patch) | |
tree | 96467e4ce6a880a1d95a4f55946944ffba31e4cf /plugins/PluginUpdater/res/Resource.rc | |
parent | 35eaa182969aae253ccc7120af1bb966e38576d3 (diff) |
PluginUpdater:
- Fixed plugin renaming
- Disabled platform change until it will be fixed:
To reproduce it: with x64 version, Go to PluginUpdater Options, change x64 to x32 and back,
It'll stay grayed out, even after a complete restart.
In fact, there is no way to change that setting back, except deleting it in database and a full Miranda restart.
git-svn-id: http://svn.miranda-ng.org/main/trunk@16669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/res/Resource.rc')
-rw-r--r-- | plugins/PluginUpdater/res/Resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc index 06f1c0ccdf..246e4f38f6 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -79,8 +79,8 @@ BEGIN EDITTEXT IDC_CUSTOMURL,12,187,267,16,ES_AUTOHSCROLL | WS_DISABLED
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_TABSTOP,217,131,28,10
- CONTROL "x64",IDC_X64,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,217,146,28,10
+ 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
|