]> git.lyx.org Git - lyx.git/blobdiff - src/Text.cpp
Fix functions that used functions but did not defined it
[lyx.git] / src / Text.cpp
index f9c1037ad395f14b26a3c730ec18c6f2649aaf92..8b50d9e9cd98a479a07e622b617c1a16c4cf0832 100644 (file)
@@ -5989,7 +5989,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                        toggleAndShow(cur, this, font, toggleall);
                        cur.message(bformat(_("Text properties applied: %1$s"), props));
                } else
-                       LYXERR0("Invalid argument of textstyle-update");
+                       cur.message(_("Invalid argument of textstyle-update"));
                break;
        }