summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/res
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PluginUpdater/res')
-rw-r--r--plugins/PluginUpdater/res/Resource.rc2
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