]> git.lyx.org Git - lyx.git/blobdiff - src/minibuffer.C
Fix to reLyX configure, to welcome message in minibuffer and to
[lyx.git] / src / minibuffer.C
index 5aff9a4aff236c206739fc1d1cfde934a2cd5238..a05d9c0a49dcd2ffcfd5c68ff7fe37ec37f9cd23 100644 (file)
@@ -184,7 +184,7 @@ void MiniBuffer::Init()
                        if (!owner->currentBuffer()->isLyxClean())
                                text += _(" (Changed)");
        } else {
-               if (text != "Welcome to LyX!") // this is a hack
+               if (text != _("Welcome to LyX!")) // this is a hack
                        text = _("* No document open *");
        }