Change title of devsetup screen to "Setup / Options".

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2530 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2012-08-07 17:43:45 +00:00
parent cd03b420fc
commit 6cbd5f9f04
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Setup</string>
<string>Setup / Options</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>

View File

@ -1,4 +1,4 @@
//------------------------------------------------------------- MainWindow
//-------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "devsetup.h"