diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-08-03 08:53:40 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-08-03 08:53:40 +0000 |
commit | 54d44fa1d6594f8696c87822c7d7573a60c6ead1 (patch) | |
tree | 983bc4a73b529efc979a0e04d01d36b41f7e1e63 /plugins/PluginUpdater/res | |
parent | fe09f8b1b3e119ee88332a79bdfb143b907c2805 (diff) |
PluginUpdater: resource fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@5560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/res')
-rw-r--r-- | plugins/PluginUpdater/res/Resource.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc index 736ebbb552..55c2d8db16 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -74,12 +74,12 @@ BEGIN CONTROL "",IDC_PERIODSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | WS_DISABLED,92,56,10,15
COMBOBOX IDC_PERIODMEASURE,114,56,58,30,CBS_DROPDOWNLIST | CBS_SORT | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Files source",IDC_STATIC,1,80,253,96
- CONTROL "Stable version",IDC_STABLE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,106,236,10
- CONTROL "Development version (less stable)",IDC_TRUNK,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,121,236,10
+ CONTROL "Stable version",IDC_STABLE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,93,236,10
+ CONTROL "Development version (less stable)",IDC_TRUNK,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,108,236,10
CONTROL "Development version with debug symbols",IDC_TRUNK_SYMBOLS,
- "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,136,236,10
- CONTROL "Custom version",IDC_CUSTOM,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,151,236,10
- EDITTEXT IDC_CUSTOMURL,11,165,234,16,ES_AUTOHSCROLL
+ "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,123,236,10
+ CONTROL "Custom version",IDC_CUSTOM,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,138,236,10
+ EDITTEXT IDC_CUSTOMURL,11,152,234,16,ES_AUTOHSCROLL
END
IDD_POPUP DIALOGEX 0, 0, 316, 182
|