diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-09 04:27:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 04:27:12 -0500 |
| commit | 84e53f3ab3cd2b89eed3e37be734da3e997f4032 (patch) | |
| tree | 2b14f10377b1ca2b85317c62267a6cf74c64d102 /src/mainwindow.ui | |
| parent | d23b38b4dfbc61ffe509dd2627ecbf3589409409 (diff) | |
| parent | efdda8e7385446096a1032c2b7c2aeaf57132c78 (diff) | |
Merge pull request #1284 from isanae/command-line-cleanup
Command line cleanup
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 466bd7bd..ace0dfeb 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1768,16 +1768,16 @@ p, li { white-space: pre-wrap; } <normaloff>:/MO/gui/instance_switch</normaloff>:/MO/gui/instance_switch</iconset> </property> <property name="text"> - <string>&Change Game...</string> + <string>Manage Instan&ces...</string> </property> <property name="iconText"> - <string>&Change Game</string> + <string>Manage Instan&ces...</string> </property> <property name="toolTip"> - <string>Open the Instance selection dialog to manage a different Game</string> + <string>Open the instance manager window to manage a different instance</string> </property> <property name="statusTip"> - <string>Open the Instance selection dialog to manage a different Game</string> + <string>Open the instance manager window to manage a different instance</string> </property> </action> <action name="actionExit"> @@ -1878,6 +1878,11 @@ p, li { white-space: pre-wrap; } <layoutdefault spacing="6" margin="11"/> <customwidgets> <customwidget> + <class>LinkLabel</class> + <extends>QLabel</extends> + <header location="global">linklabel.h</header> + </customwidget> + <customwidget> <class>MOBase::LineEditClear</class> <extends>QLineEdit</extends> <header>lineeditclear.h</header> @@ -1917,11 +1922,6 @@ p, li { white-space: pre-wrap; } <extends>QStatusBar</extends> <header>statusbar.h</header> </customwidget> - <customwidget> - <class>LinkLabel</class> - <extends>QLabel</extends> - <header location="global">linklabel.h</header> - </customwidget> </customwidgets> <resources> <include location="resources.qrc"/> |
