]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/app.mm
Add wxPanel::SetBackgroundBitmap().
[wxWidgets.git] / src / cocoa / app.mm
index 0f30885ea95c41c64bc6a9134741fc72b9a32dbe..076da16b09f6ad15386f9c4ffcaf4087972cecd5 100644 (file)
@@ -7,7 +7,7 @@
 // RCS-ID:      $Id$
 // Copyright:   (c) David Elliott
 //              Software 2000 Ltd.
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
@@ -116,7 +116,7 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
     // application (otherwise applications would need to handle it)
     if ( argc > 1 )
     {
-        static const wxChar *ARG_PSN = _T("-psn_");
+        static const wxChar *ARG_PSN = wxT("-psn_");
         if ( wxStrncmp(argv[1], ARG_PSN, wxStrlen(ARG_PSN)) == 0 )
         {
             // remove this argument