From 2f0441b3c1cd9fc3bcb176d2852da8f92a6e6777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 11 Aug 2016 00:44:01 +0200 Subject: GH-1433 with no default account, show profiles instead of accounts in selection dialog --- application/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'application/CMakeLists.txt') diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 46c496e2..0bc103bf 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -110,8 +110,8 @@ SET(MULTIMC_SOURCES SettingsUI.h # Processes - LaunchInteraction.h - LaunchInteraction.cpp + LaunchController.h + LaunchController.cpp # page provider for instances InstancePageProvider.h @@ -168,8 +168,8 @@ SET(MULTIMC_SOURCES # GUI - dialogs dialogs/AboutDialog.cpp dialogs/AboutDialog.h - dialogs/AccountSelectDialog.cpp - dialogs/AccountSelectDialog.h + dialogs/ProfileSelectDialog.cpp + dialogs/ProfileSelectDialog.h dialogs/CopyInstanceDialog.cpp dialogs/CopyInstanceDialog.h dialogs/CustomMessageBox.cpp @@ -267,7 +267,7 @@ SET(MULTIMC_UIS dialogs/VersionSelectDialog.ui dialogs/ProgressDialog.ui dialogs/IconPickerDialog.ui - dialogs/AccountSelectDialog.ui + dialogs/ProfileSelectDialog.ui dialogs/EditAccountDialog.ui dialogs/ExportInstanceDialog.ui dialogs/LoginDialog.ui -- cgit v1.2.3