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:
committed by
Alexandre Deckner
parent
8421f16ef1
commit
3e2f25ae9f
@@ -88,7 +88,7 @@ void
|
|||||||
BrowserApp::AboutRequested()
|
BrowserApp::AboutRequested()
|
||||||
{
|
{
|
||||||
BString aboutText("WebPositive\n\nby Ryan Leavengood, Andrea Anzani, "
|
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;
|
aboutText << "\n\nSVN revision: " << kSVNRevision;
|
||||||
|
|
||||||
BAlert* alert = new BAlert("About WebPositive", aboutText.String(),
|
BAlert* alert = new BAlert("About WebPositive", aboutText.String(),
|
||||||
|
|||||||
Reference in New Issue
Block a user