From 5dddb9dc9ad17419fd9f42aa653758107300d614 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Wed, 17 Jun 2009 04:10:11 +0000 Subject: [PATCH] I can't spell names... Originally committed to SVN as r3076. --- 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 c03f1b8d5..0d8f56069 100644 --- a/aegisub/src/dialog_about.cpp +++ b/aegisub/src/dialog_about.cpp @@ -83,7 +83,7 @@ AboutScreen::AboutScreen(wxWindow *parent) #endif #ifdef WITH_FFMPEGSOURCE libString += _T(" FFmpeg - Copyright (c) Fabrice Bellard;\n"); - libString += _T(" FFmpegSource - Copyright (c) Frederik Melbin;\n"); + libString += _T(" FFmpegSource - Copyright (c) Fredrik Mellbin;\n"); #endif #ifdef WITH_AVISYNTH libString += _T(" Avisynth 2.5 - Copyright (c) Ben Rudiak-Gould et al;\n");