summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/res
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2017-05-09 23:37:16 +0300
committeraunsane <aunsane@gmail.com>2017-05-09 23:37:16 +0300
commitd8cab321e7428d723ef4fdbe0de947303589e8a0 (patch)
treedea78cf8078031a75855fef1817cd6d75b90a457 /plugins/CloudFile/res
parent3742d283a14dae3950c77cac44b37603998a6551 (diff)
CloudFile: fix options
Diffstat (limited to 'plugins/CloudFile/res')
-rw-r--r--plugins/CloudFile/res/resource.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CloudFile/res/resource.rc b/plugins/CloudFile/res/resource.rc
index b071d664f7..e1c06d953e 100644
--- a/plugins/CloudFile/res/resource.rc
+++ b/plugins/CloudFile/res/resource.rc
@@ -93,10 +93,10 @@ BEGIN
GROUPBOX "General",IDC_STATIC,5,5,297,33
COMBOBOX IDC_DEFAULTSERVICE,102,17,194,12,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "Default service",IDC_STATIC,11,19,85,8
- GROUPBOX "On conflict when upload",IDC_STATIC,5,41,297,56
+ CONTROL "Do nothing",IDC_DONOTHINGONCONFLICT,"Button",BS_AUTORADIOBUTTON,11,54,51,10
CONTROL "Try to rename",IDC_RENAMEONCONFLICT,"Button",BS_AUTORADIOBUTTON,11,67,285,10
CONTROL "Try to replace",IDC_REPLACEONCONFLICT,"Button",BS_AUTORADIOBUTTON,11,80,285,10
- CONTROL "Nothing",IDC_DONOTHING,"Button",BS_AUTORADIOBUTTON,11,54,41,10
+ GROUPBOX "On conflict when upload",IDC_STATIC,5,41,297,56
END
IDD_OAUTH DIALOGEX 0, 0, 193, 83