diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-04 17:09:35 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-04 17:09:35 +0000 |
commit | 879c98ab781c72933ee98b6a65d1a8c56a0aef69 (patch) | |
tree | fdb124f65d1885fd6d1b36cb748c095f0a6037c6 /src/core/stdchat/res | |
parent | f378fb89e4eff606d675e2c38696d32dbcd2165b (diff) |
core: "colour" eliminated
git-svn-id: http://svn.miranda-ng.org/main/trunk@6326 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdchat/res')
-rw-r--r-- | src/core/stdchat/res/chat.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdchat/res/chat.rc b/src/core/stdchat/res/chat.rc index 69f19393cd..81fb384ab6 100644 --- a/src/core/stdchat/res/chat.rc +++ b/src/core/stdchat/res/chat.rc @@ -202,9 +202,9 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN
CONTROL "Use same style as in the message log",IDC_RADIO1,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,33,29,225,10
- CONTROL "Use default colours",IDC_RADIO2,"Button",
+ CONTROL "Use default colors",IDC_RADIO2,"Button",
BS_AUTORADIOBUTTON,33,62,217,10
- CONTROL "Use custom colours",IDC_RADIO3,"Button",
+ CONTROL "Use custom colors",IDC_RADIO3,"Button",
BS_AUTORADIOBUTTON,33,95,105,10
CONTROL "Custom1",IDC_TEXT,"ColourPicker",WS_TABSTOP,141,93,50,
14,0x18000000L
|