]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormShowFile.C
(Rob Lahaye) Remove redundant "LyX:" from title.
[lyx.git] / src / frontends / xforms / FormShowFile.C
index 9a7c38a8519447fa8237565adb34be2322313b93..d348e1273a39c816c0ba1b4e675641d15ab7cf3a 100644 (file)
@@ -32,7 +32,7 @@ void FormShowFile::update()
        // courier medium
        fl_set_browser_fontstyle(dialog_->browser,FL_FIXED_STYLE);
 
-       string const title = "LyX: " + controller().getFileName();
+       string const title = controller().getFileName();
        setTitle(title);
 
        string const contents = controller().getFileContents();