[haiku-commits] Re: r40968 - in haiku/trunk/src/apps: activitymonitor bootmanager charactermap codycam deskbar ...

  • From: Stephan Aßmus <superstippi@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 16 Mar 2011 09:47:58 +0100

Am 16.03.2011 01:42, schrieb jonas@xxxxxxxxxxx:
@@ -686,13 +688,15 @@
  void
  CalcView::AboutRequested()
  {
-       BAlert* alert = new BAlert(B_TRANSLATE("about"),B_TRANSLATE(
-               "DeskCalc v2.1.0\n\n"
-               "written by Timothy Wayper,\nStephan Aßmus and Ingo 
Weinhold\n\n"
-               B_UTF8_COPYRIGHT "1997, 1998 R3 Software Ltd.\n"
-               B_UTF8_COPYRIGHT "2006-2009 Haiku, Inc.\n\n"
-               "All Rights Reserved."), "OK");
-       alert->Go(NULL);
+       const char* authors[] = {
+               "Timothy Wayper",
+               "nStephan Aßmus",
+               "Ingo Weinhold",
+               NULL
+       };

I've got a strange 'n' before my name... :-)

Best regards,
-Stephan


Other related posts: