(Rob Lahaye) Remove redundant "LyX:" from title.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7600 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-08-23 09:55:37 +00:00
parent 21d54c05ed
commit b2652e0fe6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-08-23 Rob Lahaye <lahaye@snu.ac.kr>
* FormShowFile.C (build): Remove redundant "LyX:" string from title.
2003-08-21 Martin Vermeer <martin.vermeer@hut.fi>
* FormNote.C: cosmetic fix.

View 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();