mainwindow.cpp
changeset 487 8fca3a710dc4
parent 486 9c86935835a4
child 491 c58b3973337c
     1.1 --- a/mainwindow.cpp	Wed May 02 15:31:20 2007 +0000
     1.2 +++ b/mainwindow.cpp	Thu May 03 14:40:13 2007 +0000
     1.3 @@ -3346,7 +3346,7 @@
     1.4  	MapEditor *me=currentMapEditor();
     1.5  	if (!me) return;
     1.6  
     1.7 -	historyWindow->setCaption (tr("History for %1").arg(currentMapEditor()->getFileName()));
     1.8 +	historyWindow->setCaption (vymName + " - " +tr("History for %1").arg(currentMapEditor()->getFileName(),"Window Caption"));
     1.9  
    1.10  	// updateActions is also called when NoteEditor is closed
    1.11  	actionViewToggleNoteEditor->setOn (textEditor->isVisible());