diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-31 09:07:40 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:07 -0500 |
| commit | 5fc6b0cd142b18ea574381580752ef6647102c9f (patch) | |
| tree | 9756f66bcac608cd361751e4ceab2e3e6c2a6499 /src/instancemanagerdialog.ui | |
| parent | ea4485857c09fd3ab6879966e7377d3c56951a85 (diff) | |
renamed cancel to close
add portable instance to the list, handle some of the buttons
Diffstat (limited to 'src/instancemanagerdialog.ui')
| -rw-r--r-- | src/instancemanagerdialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/instancemanagerdialog.ui b/src/instancemanagerdialog.ui index 08894ec1..8bf28ed6 100644 --- a/src/instancemanagerdialog.ui +++ b/src/instancemanagerdialog.ui @@ -382,7 +382,7 @@ </spacer> </item> <item> - <widget class="QPushButton" name="ok"> + <widget class="QPushButton" name="switchToInstance"> <property name="text"> <string>Switch to this instance</string> </property> @@ -393,9 +393,9 @@ </widget> </item> <item> - <widget class="QPushButton" name="cancel"> + <widget class="QPushButton" name="close"> <property name="text"> - <string>Cancel</string> + <string>Close</string> </property> <property name="default"> <bool>true</bool> |
