swaroop variant build fix.
authorCarl Hetherington <cth@carlh.net>
Sun, 12 Jan 2020 22:19:46 +0000 (23:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 12 Jan 2020 22:19:46 +0000 (23:19 +0100)
src/wx/player_config_dialog.cc

index 508b91746f0a09302a2b20343b8892697495a6c6..adbf2167ba0451ccc77500b4f6da6e31379ee9f7 100644 (file)
@@ -311,7 +311,7 @@ private:
 
 #ifdef DCPOMATIC_VARIANT_SWAROOP
                add_label_to_sizer (table, _panel, _("Background image"), true, wxGBPosition (r, 0));
-               _background_image = new FilePickerCtrl (_panel, _("Select image file"), "*.png;*.jpg;*.jpeg;*.tif;*.tiff", true);
+               _background_image = new FilePickerCtrl (_panel, _("Select image file"), "*.png;*.jpg;*.jpeg;*.tif;*.tiff", true, false);
                table->Add (_background_image, wxGBPosition (r, 1));
                ++r;
 #endif