summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/res
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-05-14 09:28:10 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-05-14 09:28:10 +0000
commitc317b095bc6b14e3385bacf68a1344419270ef06 (patch)
tree69363314880be3c2d501cd06fc1e95feeba396d7 /plugins/UserInfoEx/res
parent218239dbbd42174a43be962524a9a173177c84da (diff)
translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@9181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/res')
-rw-r--r--plugins/UserInfoEx/res/resource.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/res/resource.rc b/plugins/UserInfoEx/res/resource.rc
index 63809b288a..9898de7ad6 100644
--- a/plugins/UserInfoEx/res/resource.rc
+++ b/plugins/UserInfoEx/res/resource.rc
@@ -216,7 +216,7 @@ EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "Birthday popup colors",IDC_STATIC,25,55,125,73,WS_GROUP
- CONTROL "r",CLR_BBACK,"ColourPicker",WS_TABSTOP,32,69,29,12
+ CONTROL "",CLR_BBACK,"ColourPicker",WS_TABSTOP,32,69,29,12
LTEXT "Background color",TXT_OPT_POPUP_CLR_BACK,67,70,80,8
CONTROL "",CLR_BTEXT,"ColourPicker",WS_TABSTOP,32,84,29,13
LTEXT "Text color",TXT_OPT_POPUP_CLR_TEXT,66,85,80,8
@@ -230,7 +230,7 @@ BEGIN
CONTROL "Show reminder messages as popups (if reminder is enabled)",CHECK_OPT_POPUP_ENABLED,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,36,267,10
GROUPBOX "Anniversary popup colors",IDC_STATIC,159,55,125,73,WS_GROUP
- CONTROL "r",CLR_ABACK,"ColourPicker",WS_TABSTOP,166,69,29,12
+ CONTROL "",CLR_ABACK,"ColourPicker",WS_TABSTOP,166,69,29,12
LTEXT "Background color",TXT_OPT_POPUP_CLR_ABACK,201,70,80,8
CONTROL "",CLR_ATEXT,"ColourPicker",WS_TABSTOP,166,84,29,13
LTEXT "Text color",TXT_OPT_POPUP_CLR_ATEXT,200,85,80,8