From 86e14fc0ccb4f8fa61f2d6d9df6f51fe21914fa6 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 11 Aug 2009 07:20:36 +0000 Subject: [PATCH] Add an Icons by: Phlip Cash entry for Kaverin to the about dialogue. Originally committed to SVN as r3387. --- aegisub/src/dialog_about.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aegisub/src/dialog_about.cpp b/aegisub/src/dialog_about.cpp index e3d97ad06..8f494e911 100644 --- a/aegisub/src/dialog_about.cpp +++ b/aegisub/src/dialog_about.cpp @@ -138,6 +138,8 @@ AboutScreen::AboutScreen(wxWindow *parent) aboutString += _T(" Karl Blomster\n"); aboutString += _T(" Niels Martin Hansen\n"); aboutString += _T(" Rodrigo Braz Monteiro\n"); + aboutString += _T("Icons by:\n"); + aboutString += _T(" Philip Cash"); aboutString += _T("Additional thanks to:\n"); aboutString += _T(" Mentar\n"); aboutString += _T(" Sigurd Tao Lyngse\n");