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/Scriver/src/globals.cpp | |
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/Scriver/src/globals.cpp')
-rw-r--r-- | plugins/Scriver/src/globals.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Scriver/src/globals.cpp b/plugins/Scriver/src/globals.cpp index ce3d071f5b..8444feee69 100644 --- a/plugins/Scriver/src/globals.cpp +++ b/plugins/Scriver/src/globals.cpp @@ -60,8 +60,8 @@ static IconItem iconList[] = { LPGEN("Notice (10x10)"), "scriver_NOTICE", IDI_NOTICE, 10}, // 16
{ LPGEN("Window Icon"), "chat_window", IDI_CHANMGR }, // 1
- { LPGEN("Text colour"), "chat_fgcol", IDI_COLOR }, // 2
- { LPGEN("Background colour"), "chat_bkgcol", IDI_BKGCOLOR }, // 3
+ { LPGEN("Text color"), "chat_fgcol", IDI_COLOR }, // 2
+ { LPGEN("Background color"), "chat_bkgcol", IDI_BKGCOLOR }, // 3
{ LPGEN("Bold"), "chat_bold", IDI_BBOLD }, // 4
{ LPGEN("Italics"), "chat_italics", IDI_BITALICS }, // 5
{ LPGEN("Underlined"), "chat_underline", IDI_BUNDERLINE }, // 6
|