]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/app.mm
On wxGTK2 the label woudl not be realigned if SetLabel was called with
[wxWidgets.git] / src / cocoa / app.mm
index f44ff56c2db8ee049459beb20a5f0a2fec218263..2e01d1055863feed7ac24359ad7879442c6680d8 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2002/11/27
 // RCS-ID:      $Id$
 // Copyright:   (c) David Elliott
-// Licence:     wxWindows licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
@@ -119,7 +119,7 @@ WX_IMPLEMENT_POSER(wxPoserNSApplication);
 @implementation wxNSApplicationDelegate : NSObject
 
 // NOTE: Terminate means that the event loop does NOT return and thus
-// cleanup code doesn't properly execute.  Furthermore, wxWindows has its
+// cleanup code doesn't properly execute.  Furthermore, wxWidgets has its
 // own exit on frame delete mechanism.
 - (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)theApplication
 {