Fix strange behaviour of player export frame dialog (#2493).
[dcpomatic.git] / 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;
                }