diff -r 9c86935835a4 -r 8fca3a710dc4 mainwindow.cpp --- a/mainwindow.cpp Wed May 02 15:31:20 2007 +0000 +++ b/mainwindow.cpp Thu May 03 14:40:13 2007 +0000 @@ -3346,7 +3346,7 @@ MapEditor *me=currentMapEditor(); if (!me) return; - historyWindow->setCaption (tr("History for %1").arg(currentMapEditor()->getFileName())); + historyWindow->setCaption (vymName + " - " +tr("History for %1").arg(currentMapEditor()->getFileName(),"Window Caption")); // updateActions is also called when NoteEditor is closed actionViewToggleNoteEditor->setOn (textEditor->isVisible());