diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-09-05 10:01:16 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-09-05 10:01:16 +0000 |
commit | 2be2d3adf3a3870d2f8d7e4908c103bcf61b9032 (patch) | |
tree | 236a5ca7408c6f745835ee1346b9cfc248ac13dd /plugins/TabSRMM/res | |
parent | 82a34dd08ae2e46527fe97dd40dd8f88d1fee0bb (diff) |
cosmetics: "tabSRMM" and "TABSRMM" => "TabSRMM"
git-svn-id: http://svn.miranda-ng.org/main/trunk@5952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/res')
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 2315f317cf..fd5764a4b6 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -531,7 +531,7 @@ END IDD_ABOUT DIALOGEX 0, 0, 228, 140
STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "About tabSRMM"
+CAPTION "About TabSRMM"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "",IDC_STATIC,0,30,228,110,NOT WS_GROUP
@@ -951,7 +951,7 @@ BEGIN END
POPUP "Help"
BEGIN
- MENUITEM "About tabSRMM...", ID_HELP_ABOUTTABSRMM
+ MENUITEM "About TabSRMM...", ID_HELP_ABOUTTABSRMM
END
END
|