diff options
author | Sky <git@bunnies.cc> | 2013-11-27 22:51:45 +0000 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-11-27 22:51:45 +0000 |
commit | d32cb1c95d5c1a50c322085cdfe4bf3f991431e7 (patch) | |
tree | 8a31c6ed1c2da0513596d8bb82dc439101a7aec9 /gui/dialogs/AccountListDialog.ui | |
parent | 70973d111a35c65072b9431420d3d854bd82e8f5 (diff) | |
parent | a4c5f0135ef8e3671f54cf56b1aa8766ee4b4a20 (diff) | |
download | MultiMC-d32cb1c95d5c1a50c322085cdfe4bf3f991431e7.tar MultiMC-d32cb1c95d5c1a50c322085cdfe4bf3f991431e7.tar.gz MultiMC-d32cb1c95d5c1a50c322085cdfe4bf3f991431e7.tar.lz MultiMC-d32cb1c95d5c1a50c322085cdfe4bf3f991431e7.tar.xz MultiMC-d32cb1c95d5c1a50c322085cdfe4bf3f991431e7.zip |
Merge remote-tracking branch 'upstream/feature_yggdrasil' into develop
Diffstat (limited to 'gui/dialogs/AccountListDialog.ui')
-rw-r--r-- | gui/dialogs/AccountListDialog.ui | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/gui/dialogs/AccountListDialog.ui b/gui/dialogs/AccountListDialog.ui index 2872b368..b4baf3f9 100644 --- a/gui/dialogs/AccountListDialog.ui +++ b/gui/dialogs/AccountListDialog.ui @@ -66,12 +66,22 @@ </spacer> </item> <item> - <widget class="QPushButton" name="setActiveBtn"> + <widget class="QPushButton" name="setDefaultBtn"> <property name="toolTip"> <string><html><head/><body><p>Set the currently selected account as the active account. The active account is the account that is used to log in (unless it is overridden in an instance-specific setting).</p></body></html></string> </property> <property name="text"> - <string>&Set Active</string> + <string>&Set Default</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="noDefaultBtn"> + <property name="toolTip"> + <string>Set no default account. This will cause MultiMC to prompt you to select an account every time you launch an instance that doesn't have its own default set.</string> + </property> + <property name="text"> + <string>&No Default</string> </property> </widget> </item> |