diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-23 08:47:53 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-23 08:47:53 +0000 |
commit | e3c45bb88355a760b61f76cb0f44d67cf03a2de5 (patch) | |
tree | d4daa2b029c61bc106f68a382a92953468b86776 /plugins/PluginUpdater/res/Resource.rc | |
parent | 58f6edd9a26fc47f48730bd4a92e86e9891fd4b0 (diff) |
resource fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@5091 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/res/Resource.rc')
-rw-r--r-- | plugins/PluginUpdater/res/Resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc index 16a469c6e5..696bb28a0c 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -77,7 +77,7 @@ BEGIN GROUPBOX "Files source",IDC_STATIC,1,93,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 "Development version with debug symbols",IDC_TRUNK_SYMBOLS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,136,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
END
|