Fixed Maxime's name in the About window. Really sorry about that!

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@422 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi
2012-07-03 15:41:28 +02:00
committed by Alexandre Deckner
parent 8421f16ef1
commit 3e2f25ae9f
+1 -1
View File
@@ -88,7 +88,7 @@ void
BrowserApp::AboutRequested()
{
BString aboutText("WebPositive\n\nby Ryan Leavengood, Andrea Anzani, "
"Maxime Simone, Michael Lotz, Rene Gollent and Stephan Aßmus");
"Maxime Simon, Michael Lotz, Rene Gollent and Stephan Aßmus");
aboutText << "\n\nSVN revision: " << kSVNRevision;
BAlert* alert = new BAlert("About WebPositive", aboutText.String(),