]> git.lyx.org Git - features.git/commitdiff
Correct the mess introduced in r33250.
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 28 Jan 2010 20:03:09 +0000 (20:03 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 28 Jan 2010 20:03:09 +0000 (20:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33251 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathNest.cpp

index ae40d34081a6bd0e2ee562e11b9059475d635b5a..21d5af1a718c85955d64bd878649304885b62fe4 100644 (file)
@@ -1006,7 +1006,7 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
        case LFUN_REGEXP_MODE: {
                InsetMathHull * i = dynamic_cast<InsetMathHull *>(cur.inset().asInsetMath());
                if (i && i->getType() == hullRegexp) {
-                       cur.message(_("Already in regulare expression mode"));
+                       cur.message(_("Already in regular expression mode"));
                        break;
                }
                cur.macroModeClose();
@@ -1018,7 +1018,7 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
                cur.niceInsert(save_selection);
                cur.message(_("Regular expression editor mode"));
                break;
-       
+       }
 
        case LFUN_MATH_FONT_STYLE: {
                FuncRequest fr = FuncRequest(LFUN_MATH_INSERT, '\\' + cmd.argument());