diff options
author | Michael T. Whiteley <mike@whiteley.org> | 2011-12-06 23:04:19 -0800 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-07 11:48:24 +0200 |
commit | 181b1815f807635ecdd8e5f8bbd2c5798f8d7703 (patch) | |
tree | 11654a832a6ac275c650cc29010c48263a49dfb7 /sw | |
parent | 8538a096603341d78e7c104dacf3048ad7fb953b (diff) |
Change "menues" to "menus"
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/smartmenu/stmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/smartmenu/stmenu.cxx b/sw/source/ui/smartmenu/stmenu.cxx index 144dcaefdcff..201ec88f5e96 100644 --- a/sw/source/ui/smartmenu/stmenu.cxx +++ b/sw/source/ui/smartmenu/stmenu.cxx @@ -95,7 +95,7 @@ SwSmartTagPopup::SwSmartTagPopup( SwView* pSwView, const rtl::OUString aSmartTagType = xAction->getSmartTagName( nSmartTagIndex ); const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, aLocale ); - // no sub-menues if there's only one smart tag type listed: + // no sub-menus if there's only one smart tag type listed: PopupMenu* pSbMenu = this; if ( 1 < aActionComponentsSequence.getLength() ) { |