From 3e2f25ae9f8a9f827673589d8f328952d86d3282 Mon Sep 17 00:00:00 2001 From: stippi Date: Sat, 17 Apr 2010 22:48:37 +0000 Subject: [PATCH] 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 --- src/apps/webpositive/BrowserApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/webpositive/BrowserApp.cpp b/src/apps/webpositive/BrowserApp.cpp index a32bbd04c0..a69cc84bea 100644 --- a/src/apps/webpositive/BrowserApp.cpp +++ b/src/apps/webpositive/BrowserApp.cpp @@ -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(),