From 3373ec397bea064f2d02935f557f9f776820e725 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 12 Oct 2008 03:40:30 +0000 Subject: [PATCH] Typos. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26852 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/Menus.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/frontends/qt4/Menus.cpp b/src/frontends/qt4/Menus.cpp index 22f85369f0..aaf06c03a8 100644 --- a/src/frontends/qt4/Menus.cpp +++ b/src/frontends/qt4/Menus.cpp @@ -288,7 +288,7 @@ public: void expandFormats(MenuItem::Kind kind, Buffer const * buf); void expandFloatListInsert(Buffer const * buf); void expandFloatInsert(Buffer const * buf); - void expandFlexInsert(Buffer const * buf, std::string s); + void expandFlexInset(Buffer const * buf, std::string s); void expandToc2(Toc const & toc_list, size_t from, size_t to, int depth); void expandToc(Buffer const * buf); void expandPasteRecent(Buffer const * buf); @@ -839,7 +839,7 @@ void MenuDefinition::expandFloatInsert(Buffer const * buf) } -void MenuDefinition::expandFlexInsert(Buffer const * buf, string s) +void MenuDefinition::expandFlexInset(Buffer const * buf, string s) { if (!buf) { add(MenuItem(MenuItem::Command, qt_("No Document Open!"), @@ -1349,15 +1349,15 @@ void Menus::Impl::expand(MenuDefinition const & frommenu, break; case MenuItem::CharStyles: - tomenu.expandFlexInsert(buf, "charstyle"); + tomenu.expandFlexInset(buf, "charstyle"); break; case MenuItem::Custom: - tomenu.expandFlexInsert(buf, "custom"); + tomenu.expandFlexInset(buf, "custom"); break; case MenuItem::Elements: - tomenu.expandFlexInsert(buf, "element"); + tomenu.expandFlexInset(buf, "element"); break; case MenuItem::FloatListInsert: -- 2.39.2