]> 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 c1b8bb5ad0ea08e4b709f2a0bec150b4814b6ba4..d348e1273a39c816c0ba1b4e675641d15ab7cf3a 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author Herbert Voss
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -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();