In Xforms version:

Tools->Tex Information
Double click on e.g. hebtech.cls, will pop up the Show File dialog with
"LyX: LyX: hebtech.cls" in the title.

This patch removes the redundant "LyX: ". Please apply.

Regards,
Rob.


Index: src/frontends/xforms/FormShowFile.C =================================================================== RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/FormShowFile.C,v retrieving revision 1.14 diff -u -r1.14 FormShowFile.C --- src/frontends/xforms/FormShowFile.C 2003/05/22 15:42:50 1.14 +++ src/frontends/xforms/FormShowFile.C 2003/08/23 04:39:25 @@ -32,7 +32,7 @@ // 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();




Reply via email to