Full-screen mode for player.
[dcpomatic.git] / src / wx / player_config_dialog.cc
index 028fd6d550b9ebac9c30df33f33458966283e4ce..a7d4ab71c0b86a77492d6902efa7d0bbd48fdd90 100644 (file)
@@ -34,7 +34,6 @@
 #include "email_dialog.h"
 #include "name_format_editor.h"
 #include "nag_dialog.h"
-#include "config_move_dialog.h"
 #include "config_dialog.h"
 #include "lib/config.h"
 #include "lib/ratio.h"
@@ -107,5 +106,6 @@ create_player_config_dialog ()
 #endif
 
        e->AddPage (new PlayerGeneralPage (ps, border));
+       e->AddPage (new KeysPage (ps, border));
        return e;
 }