diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-08-14 07:31:35 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-08-14 07:31:35 +0000 |
commit | 075a62985d318882522491f3e0969f2e02bcc744 (patch) | |
tree | 16ec9946e3f39195d84c380126d9250ce808e86b /plugins/Console | |
parent | 89450d6b70a44ab68839798ca414dc2c20747879 (diff) |
Console: typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@5676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Console')
-rw-r--r-- | plugins/Console/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Console/res/resource.rc b/plugins/Console/res/resource.rc index 89555c6c47..e1e457efa7 100644 --- a/plugins/Console/res/resource.rc +++ b/plugins/Console/res/resource.rc @@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDD_CONSOLE DIALOGEX 0, 0, 335, 257
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_MAXIMIZEBOX |
WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
-CAPTION "Console "
+CAPTION "Console"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",IDC_TABS,"SysTabControl32",TCS_FOCUSNEVER |
|