diff -r 9c86935835a4 -r 8fca3a710dc4 branchpropwindow.cpp --- a/branchpropwindow.cpp Wed May 02 15:31:20 2007 +0000 +++ b/branchpropwindow.cpp Thu May 03 14:40:13 2007 +0000 @@ -6,11 +6,15 @@ #include "settings.h" extern Settings settings; +extern QString vymName; + BranchPropertyWindow::BranchPropertyWindow (QWidget *parent): QDialog (parent) { ui.setupUi (this); + setCaption(vymName +" - " +tr ("Property Editor","Window caption")); + branch=NULL; mapEditor=NULL;