mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
(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:
parent
21d54c05ed
commit
b2652e0fe6
@ -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.
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user