Remove the "simple" UI (#1868).
[dcpomatic.git] / src / tools / dcpomatic.cc
index f3daae30af73fec898b77a48d777255b2773ece0..3ddf2256e492255af3381ed2f0f9e6c3b805d676 100644 (file)
@@ -50,7 +50,6 @@
 #include "wx/paste_dialog.h"
 #include "wx/focus_manager.h"
 #include "wx/html_dialog.h"
-#include "wx/initial_setup_dialog.h"
 #include "wx/send_i18n_dialog.h"
 #include "wx/i18n_hook.h"
 #include "lib/film.h"
@@ -882,7 +881,7 @@ private:
 
                if (send_to_other_tool (BATCH_JOB_PORT, &start_batch_converter, _film->directory()->string())) {
 #ifdef DCPOMATIC_OSX
-                       error_dialog (this, _("Could not start the batch converter.  You may need to download it from dcpomatic.com.");
+                       error_dialog (this, _("Could not start the batch converter.  You may need to download it from dcpomatic.com."));
 #else
                        error_dialog (this, _("Could not find batch converter."));
 #endif
@@ -897,7 +896,7 @@ private:
 
                if (send_to_other_tool (PLAYER_PLAY_PORT, &start_player, _film->dir(_film->dcp_name(false)).string())) {
 #ifdef DCPOMATIC_OSX
-                       error_dialog (this, _("Could not start the player.  You may need to download it from dcpomatic.com.");
+                       error_dialog (this, _("Could not start the player.  You may need to download it from dcpomatic.com."));
 #else
                        error_dialog (this, _("Could not find player."));
 #endif
@@ -1620,13 +1619,6 @@ private:
                        _frame->Maximize ();
                        close_splash ();
 
-                       if (!Config::instance()->nagged(Config::NAG_INITIAL_SETUP)) {
-                               InitialSetupDialog* d = new InitialSetupDialog ();
-                               d->ShowModal ();
-                               d->Destroy ();
-                               Config::instance()->set_nagged(Config::NAG_INITIAL_SETUP, true);
-                       }
-
                        if (running_32_on_64 ()) {
                                NagDialog::maybe_nag (
                                        _frame, Config::NAG_32_ON_64,