diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-04 21:25:35 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-04 21:25:35 +0000 |
commit | fd97221013c50fbbb7c1cd99e8e7263d439d4297 (patch) | |
tree | 3424ea7a28f647164351d82107050d3e6cc3f867 /plugins/FloatingContacts/res | |
parent | c9ea7bb778203113dc40e3afe46a144dedfcff24 (diff) |
plugins: "colour" eliminated
git-svn-id: http://svn.miranda-ng.org/main/trunk@6333 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FloatingContacts/res')
-rw-r--r-- | plugins/FloatingContacts/res/fltcnt.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FloatingContacts/res/fltcnt.rc b/plugins/FloatingContacts/res/fltcnt.rc index 93468a0337..89e6dfd381 100644 --- a/plugins/FloatingContacts/res/fltcnt.rc +++ b/plugins/FloatingContacts/res/fltcnt.rc @@ -97,7 +97,7 @@ BEGIN RTEXT "Right-bottom edge's color:",IDC_STATIC,116,25,137,8,NOT WS_GROUP,WS_EX_TRANSPARENT
CONTROL "",IDC_RBEDGESCOLOR,"ColourPicker",WS_TABSTOP,257,24,32,10
GROUPBOX "Background",IDC_STATIC,3,54,294,57,0,WS_EX_TRANSPARENT
- LTEXT "Background colour:",IDC_STATIC,13,43,72,8,NOT WS_GROUP,WS_EX_TRANSPARENT
+ LTEXT "Background color:",IDC_STATIC,13,43,72,8,NOT WS_GROUP,WS_EX_TRANSPARENT
CONTROL "",IDC_BKGCOLOUR,"ColourPicker",WS_TABSTOP,87,43,32,10
CONTROL "Use background bitmap",IDC_BITMAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,64,137,10,WS_EX_TRANSPARENT
EDITTEXT IDC_FILENAME,154,65,111,12,ES_AUTOHSCROLL
|