Fix strange behaviour of player export frame dialog (#2493). 2493-player-export-frame
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Mar 2023 22:39:50 +0000 (00:39 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Mar 2023 22:39:50 +0000 (00:39 +0200)
src/tools/dcpomatic_player.cc

index 1808e86fe4d3da7fb450b12c2a7ec0a74166627c..68460fe68149330e09611ccde8680cc1dc825cc0 100644 (file)
@@ -711,7 +711,7 @@ private:
 
        void file_save_frame ()
        {
-               wxFileDialog dialog (this, _("Save frame to file"), "", "", "PNG files (*.png)|*.png|JPEG files (*.jpg,*.jpeg)|*.jpg,*.jpeg", wxFD_SAVE | wxFD_OVERWRITE_PROMPT);
+               wxFileDialog dialog (this, _("Save frame to file"), "", "", "PNG files (*.png)|*.png|JPEG files (*.jpg;*.jpeg)|*.jpg;*.jpeg", wxFD_SAVE | wxFD_OVERWRITE_PROMPT);
                if (dialog.ShowModal() == wxID_CANCEL) {
                        return;
                }