X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fplayer_config_dialog.cc;h=a7d4ab71c0b86a77492d6902efa7d0bbd48fdd90;hb=15895d47cebc0988aecf0a6b84947f4b6bae9aa3;hp=eba23164ff3c51b760be93ed4bc28af69cb8bfb7;hpb=f8832c431b45e81523ec2ef70999e7e613d5001e;p=dcpomatic.git diff --git a/src/wx/player_config_dialog.cc b/src/wx/player_config_dialog.cc index eba23164f..a7d4ab71c 100644 --- a/src/wx/player_config_dialog.cc +++ b/src/wx/player_config_dialog.cc @@ -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,6 +106,6 @@ create_player_config_dialog () #endif e->AddPage (new PlayerGeneralPage (ps, border)); - e->AddPage (new KeysPage (ps, border, false)); + e->AddPage (new KeysPage (ps, border)); return e; }