]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.C
Look for mathed xpms. Doesn't do anything yet due to lack of workable XPMs
[lyx.git] / src / lyx_cb.C
index 44e2093f1f9e295187d69cd2051cbb80a2ebd64b..30f2d89da14f0d98808660482f405574260099a5 100644 (file)
@@ -428,7 +428,7 @@ string getContentsOfAsciiFile(BufferView * bv, string const & f, bool asParagrap
 
 void MenuInsertLabel(BufferView * bv, string const & arg)
 {
-       string label(arg);
+       string label = arg;
        bv->owner()->prohibitInput();
        if (label.empty()) {
                Paragraph * par = bv->getLyXText()->cursor.par();