From f3a9dde52e99385eba01c9356ed8ef9548833e34 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 28 Nov 2013 21:40:40 -0600 Subject: Rework the password dialog It's now used as a general purpose "account edit dialog". It'll be used for entering usernames, passwords, or both. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 720f3f1f..a8038fff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -217,8 +217,8 @@ gui/dialogs/EditNotesDialog.h gui/dialogs/EditNotesDialog.cpp gui/dialogs/CustomMessageBox.h gui/dialogs/CustomMessageBox.cpp -gui/dialogs/PasswordDialog.h -gui/dialogs/PasswordDialog.cpp +gui/dialogs/EditAccountDialog.h +gui/dialogs/EditAccountDialog.cpp gui/dialogs/AccountListDialog.h gui/dialogs/AccountListDialog.cpp gui/dialogs/AccountSelectDialog.h @@ -370,7 +370,6 @@ gui/dialogs/SettingsDialog.ui gui/dialogs/CopyInstanceDialog.ui gui/dialogs/NewInstanceDialog.ui gui/dialogs/LoginDialog.ui -gui/dialogs/PasswordDialog.ui gui/dialogs/AboutDialog.ui gui/dialogs/VersionSelectDialog.ui gui/dialogs/LwjglSelectDialog.ui @@ -382,6 +381,7 @@ gui/dialogs/OneSixModEditDialog.ui gui/dialogs/EditNotesDialog.ui gui/dialogs/AccountListDialog.ui gui/dialogs/AccountSelectDialog.ui +gui/dialogs/EditAccountDialog.ui # Widgets/other gui/widgets/MCModInfoFrame.ui -- cgit v1.2.3