X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormShowFile.C;h=d348e1273a39c816c0ba1b4e675641d15ab7cf3a;hb=b2652e0fe6e4b1c38c692d894d7b21beb301fd4a;hp=9a7c38a8519447fa8237565adb34be2322313b93;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/frontends/xforms/FormShowFile.C b/src/frontends/xforms/FormShowFile.C index 9a7c38a851..d348e1273a 100644 --- a/src/frontends/xforms/FormShowFile.C +++ b/src/frontends/xforms/FormShowFile.C @@ -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();