diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-01-02 22:53:33 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-01-02 22:53:33 +0000 |
commit | 4ddfb21b76e565c129e877df295c9950d63f9499 (patch) | |
tree | fc9773b85a9051df392ea78ec914171f26c6cbe0 /plugins/TabSRMM/res/resource.rc | |
parent | a35c9fb76986fe34f59d3b7305059663f4c79cc1 (diff) |
"toolbar" is more common
git-svn-id: http://svn.miranda-ng.org/main/trunk@7470 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/res/resource.rc')
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 2403f3ffd4..9485aa6b26 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -220,8 +220,8 @@ BEGIN CONTROL "Hide the status bar",IDC_CNTNOSTATUSBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,105,44,310,10
CONTROL "Hide the menu bar",IDC_HIDEMENUBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,105,55,310,10
CONTROL "User ID in status bar",IDC_UIDSTATUSBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,105,66,310,10
- CONTROL "Hide the tool bar",IDC_HIDETOOLBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,105,77,310,10
- CONTROL "Place the tool bar at the bottom (*)",IDC_BOTTOMTOOLBAR,
+ CONTROL "Hide the toolbar",IDC_HIDETOOLBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,105,77,310,10
+ CONTROL "Place the toolbar at the bottom (*)",IDC_BOTTOMTOOLBAR,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,105,88,310,10
CONTROL "Show the info panel",IDC_INFOPANEL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,105,99,310,10
CONTROL "Hide title bar",IDC_O_HIDETITLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,105,44,310,10
@@ -905,9 +905,9 @@ BEGIN MENUITEM "Show Menu Bar", ID_VIEW_SHOWMENUBAR
MENUITEM "Show Status Bar", ID_VIEW_SHOWSTATUSBAR
MENUITEM "Info Panel...", ID_VIEW_INFOPANEL
- POPUP "Tool Bar"
+ POPUP "Toolbar"
BEGIN
- MENUITEM "Show Tool Bar", ID_VIEW_SHOWTOOLBAR
+ MENUITEM "Show toolbar", ID_VIEW_SHOWTOOLBAR
MENUITEM "Place toolbar at bottom", ID_VIEW_BOTTOMTOOLBAR
END
MENUITEM "Title Bar", ID_VIEW_SHOWTITLEBAR
|