summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-08-12 22:32:49 +0200
committerCarl Hetherington <cth@carlh.net>2021-08-12 22:32:49 +0200
commita70ec9be6a312c63e7655b3a266cbf353e8e1795 (patch)
treeb02984856c22b0ee7043a711b548a7a2eef9b5ed
parent68111980354cb15169f54239f40c17a9fa4c9062 (diff)
Rename ProRes export format to MOV / ProRes (#2067).
-rw-r--r--src/wx/export_video_file_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/export_video_file_dialog.cc b/src/wx/export_video_file_dialog.cc
index 30ea6ef47..76731bdf5 100644
--- a/src/wx/export_video_file_dialog.cc
+++ b/src/wx/export_video_file_dialog.cc
@@ -34,7 +34,7 @@ using boost::bind;
#define FORMATS 2
wxString format_names[] = {
- _("ProRes"),
+ _("MOV / ProRes"),
_("MP4 / H.264"),
};