branchpropwindow.cpp
changeset 487 8fca3a710dc4
parent 480 4e2c9394c7da
child 488 bd28847feede
     1.1 --- a/branchpropwindow.cpp	Wed May 02 15:31:20 2007 +0000
     1.2 +++ b/branchpropwindow.cpp	Thu May 03 14:40:13 2007 +0000
     1.3 @@ -6,11 +6,15 @@
     1.4  #include "settings.h"
     1.5  
     1.6  extern Settings settings;
     1.7 +extern QString vymName;
     1.8 +
     1.9  
    1.10  BranchPropertyWindow::BranchPropertyWindow (QWidget *parent): QDialog (parent)
    1.11  {
    1.12  	ui.setupUi (this);
    1.13  
    1.14 +	setCaption(vymName +" - " +tr ("Property Editor","Window caption"));
    1.15 +
    1.16  	branch=NULL;
    1.17  	mapEditor=NULL;
    1.18