diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-01 20:45:08 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-01 20:45:08 +0000 |
commit | e8a8d14ec7cec36d54f9100bd996a5057a719e54 (patch) | |
tree | ef5c9ff7044a94554e77ba82824a8cc117b530e0 | |
parent | 629d7c641b3ece646b4e4358d27faf353beddda9 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@5205 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/DbEditorPP/res/resource.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 1569941b38..a621145659 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -661,7 +661,7 @@ BEGIN CONTROL "",IDC_AVATAR_WIDTH_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,102,120,11,12
RTEXT "Max width",IDC_AVATAR_SIZE_PIXELS,31,122,44,8
CONTROL "Animate Avatars",IDC_SHOW_ANIAVATARS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,26,246,8
- CONTROL "Use old render method (Fast, but has artefacts)",IDC_AVATAR_FASTDRAW,
+ CONTROL "Use old render method (fast, but has artefacts)",IDC_AVATAR_FASTDRAW,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,37,232,8
END
diff --git a/plugins/DbEditorPP/res/resource.rc b/plugins/DbEditorPP/res/resource.rc index 3485ae5861..928df36d06 100644 --- a/plugins/DbEditorPP/res/resource.rc +++ b/plugins/DbEditorPP/res/resource.rc @@ -74,7 +74,7 @@ BEGIN LTEXT "Put a space or comma between each module name",IDC_STATIC,12,116,286,8
LTEXT "Changes to this list will take effect next time miranda starts",IDC_STATIC,12,189,284,8
RTEXT "Popup timeout (0 for infinite)",IDC_STATIC,35,91,103,8
- RTEXT "Background Colour",IDC_STATIC,177,91,77,8
+ RTEXT "Background colour",IDC_STATIC,177,91,77,8
LTEXT "If the module name has a space in it, put a \\ before the space. eg ""aaa\\ bbb""",IDC_STATIC,12,127,286,8
END
|