From 31c696157d75d5bb7b121e89e16f12ce996a63fd Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 22 Dec 2011 21:32:29 +0000 Subject: [PATCH] Change FFmpegSource to FFMS2 in the about dialog Originally committed to SVN as r6145. --- aegisub/src/dialog_about.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/dialog_about.cpp b/aegisub/src/dialog_about.cpp index b39e83ec4..a4efe1607 100644 --- a/aegisub/src/dialog_about.cpp +++ b/aegisub/src/dialog_about.cpp @@ -77,7 +77,7 @@ AboutScreen::AboutScreen(wxWindow *parent) #endif #ifdef WITH_FFMS2 libString += " FFmpeg - Copyright (c) Fabrice Bellard;\n"; - libString += " FFmpegSource - Copyright (c) Fredrik Mellbin;\n"; + libString += " FFMS2 - Copyright (c) Fredrik Mellbin;\n"; #endif #ifdef WITH_AVISYNTH libString += " Avisynth 2.5 - Copyright (c) Ben Rudiak-Gould et al;\n";