From: Julian Smart Date: Sun, 23 May 2004 15:10:40 +0000 (+0000) Subject: More name change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/065e208ec09e3d08d51d9604497f92f53c210f93?hp=77ffb5937e89927b621128789401db8921fe580f More name change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/cocoa/NSBox.mm b/src/cocoa/NSBox.mm index 6a476c3120..33c4778bd8 100644 --- a/src/cocoa/NSBox.mm +++ b/src/cocoa/NSBox.mm @@ -6,7 +6,7 @@ // Created: 2003/03/19 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/cocoa/NSButton.mm b/src/cocoa/NSButton.mm index 63cf30df2f..fe70ab7f63 100644 --- a/src/cocoa/NSButton.mm +++ b/src/cocoa/NSButton.mm @@ -6,7 +6,7 @@ // Created: 2003/01/31 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/cocoa/NSControl.mm b/src/cocoa/NSControl.mm index 39981e4dbd..ab10708d20 100644 --- a/src/cocoa/NSControl.mm +++ b/src/cocoa/NSControl.mm @@ -6,7 +6,7 @@ // Created: 2003/02/15 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/cocoa/NSMenu.mm b/src/cocoa/NSMenu.mm index 60792740f4..43108ad7d6 100644 --- a/src/cocoa/NSMenu.mm +++ b/src/cocoa/NSMenu.mm @@ -6,7 +6,7 @@ // Created: 2002/12/09 // RCS-ID: $Id$ // Copyright: (c) 2002 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/NSPanel.mm b/src/cocoa/NSPanel.mm index ef391e8569..9dbb83c522 100644 --- a/src/cocoa/NSPanel.mm +++ b/src/cocoa/NSPanel.mm @@ -6,7 +6,7 @@ // Created: 2003/03/16 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/cocoa/NSTabView.mm b/src/cocoa/NSTabView.mm index b3255cd51b..32a5751196 100644 --- a/src/cocoa/NSTabView.mm +++ b/src/cocoa/NSTabView.mm @@ -6,7 +6,7 @@ // Created: 2004/04/08 // RCS-ID: $Id$ // Copyright: (c) 2004 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/NSTableView.mm b/src/cocoa/NSTableView.mm index 8991fb0ebb..558c1a4558 100644 --- a/src/cocoa/NSTableView.mm +++ b/src/cocoa/NSTableView.mm @@ -6,7 +6,7 @@ // Created: 2003/08/05 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/cocoa/NSTextField.mm b/src/cocoa/NSTextField.mm index e0fe0520b8..27fd7b9b84 100644 --- a/src/cocoa/NSTextField.mm +++ b/src/cocoa/NSTextField.mm @@ -6,7 +6,7 @@ // Created: 2003/01/31 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/cocoa/NSView.mm b/src/cocoa/NSView.mm index e5d83af0f2..7a4d133ff4 100644 --- a/src/cocoa/NSView.mm +++ b/src/cocoa/NSView.mm @@ -6,7 +6,7 @@ // Created: 2003/02/15 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/cocoa/NSWindow.mm b/src/cocoa/NSWindow.mm index efc89aca14..c2df1cd5e6 100644 --- a/src/cocoa/NSWindow.mm +++ b/src/cocoa/NSWindow.mm @@ -6,7 +6,7 @@ // Created: 2003/03/16 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/cocoa/ObjcRef.mm b/src/cocoa/ObjcRef.mm index 6bff7b69c9..b2109129af 100644 --- a/src/cocoa/ObjcRef.mm +++ b/src/cocoa/ObjcRef.mm @@ -6,7 +6,7 @@ // Created: 2004/03/28 // RCS-ID: $Id$ // Copyright: (c) 2004 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/cocoa/ObjcRef.h" diff --git a/src/cocoa/app.mm b/src/cocoa/app.mm index f44ff56c2d..2e01d10558 100644 --- a/src/cocoa/app.mm +++ b/src/cocoa/app.mm @@ -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 { diff --git a/src/cocoa/bitmap.mm b/src/cocoa/bitmap.mm index 1eac66273f..2d335f5548 100644 --- a/src/cocoa/bitmap.mm +++ b/src/cocoa/bitmap.mm @@ -6,7 +6,7 @@ // Created: 2003/07/19 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/bmpbuttn.mm b/src/cocoa/bmpbuttn.mm index 439936ea54..63252c28f4 100644 --- a/src/cocoa/bmpbuttn.mm +++ b/src/cocoa/bmpbuttn.mm @@ -6,7 +6,7 @@ // Created: 2003/03/16 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/brush.mm b/src/cocoa/brush.mm index c58fd7604b..3e24adc742 100644 --- a/src/cocoa/brush.mm +++ b/src/cocoa/brush.mm @@ -6,7 +6,7 @@ // Created: 2003/07/03 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/button.mm b/src/cocoa/button.mm index 6e7603190b..5bd7101249 100644 --- a/src/cocoa/button.mm +++ b/src/cocoa/button.mm @@ -6,7 +6,7 @@ // Created: 2002/12/30 // RCS-ID: $Id: // Copyright: (c) 2002 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/checkbox.mm b/src/cocoa/checkbox.mm index 7b96b3ca0f..07f7332b90 100644 --- a/src/cocoa/checkbox.mm +++ b/src/cocoa/checkbox.mm @@ -6,7 +6,7 @@ // Created: 2003/03/16 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/checklst.mm b/src/cocoa/checklst.mm index 09a347ecd2..2cfcc8b3e5 100644 --- a/src/cocoa/checklst.mm +++ b/src/cocoa/checklst.mm @@ -6,7 +6,7 @@ // Created: 2003/03/18 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/choice.mm b/src/cocoa/choice.mm index 3dd3ae306b..401e7af1f7 100644 --- a/src/cocoa/choice.mm +++ b/src/cocoa/choice.mm @@ -6,7 +6,7 @@ // Created: 2003/03/16 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/clipbrd.mm b/src/cocoa/clipbrd.mm index 03d814cbe1..c1a4ebbd84 100644 --- a/src/cocoa/clipbrd.mm +++ b/src/cocoa/clipbrd.mm @@ -6,7 +6,7 @@ // Created: 2003/07/23 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/colour.mm b/src/cocoa/colour.mm index dd7fd3e73c..598fad8e00 100644 --- a/src/cocoa/colour.mm +++ b/src/cocoa/colour.mm @@ -6,7 +6,7 @@ // Created: 2003/06/17 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/combobox.mm b/src/cocoa/combobox.mm index 8500a22382..e016e89205 100644 --- a/src/cocoa/combobox.mm +++ b/src/cocoa/combobox.mm @@ -6,7 +6,7 @@ // Created: 2003/07/14 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/control.mm b/src/cocoa/control.mm index fe1ccaa7b5..b474911ec2 100644 --- a/src/cocoa/control.mm +++ b/src/cocoa/control.mm @@ -6,7 +6,7 @@ // Created: 2003/02/15 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/cursor.mm b/src/cocoa/cursor.mm index 3b6d6abd7f..76a007999e 100644 --- a/src/cocoa/cursor.mm +++ b/src/cocoa/cursor.mm @@ -6,7 +6,7 @@ // Created: ??/??/98 // RCS-ID: $Id$ // Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ diff --git a/src/cocoa/dataobj.mm b/src/cocoa/dataobj.mm index 2326aa7ed4..e48b8fef09 100644 --- a/src/cocoa/dataobj.mm +++ b/src/cocoa/dataobj.mm @@ -6,7 +6,7 @@ // Created: 2003/07/23 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/dc.mm b/src/cocoa/dc.mm index f5fcb1c007..3358de935e 100644 --- a/src/cocoa/dc.mm +++ b/src/cocoa/dc.mm @@ -6,7 +6,7 @@ // Created: 2003/04/01 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/dcclient.mm b/src/cocoa/dcclient.mm index 2f2f8ddf59..cbeed000b5 100644 --- a/src/cocoa/dcclient.mm +++ b/src/cocoa/dcclient.mm @@ -6,7 +6,7 @@ // Created: 2003/04/01 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/dcmemory.mm b/src/cocoa/dcmemory.mm index dc526fba9c..7ce8c835aa 100644 --- a/src/cocoa/dcmemory.mm +++ b/src/cocoa/dcmemory.mm @@ -6,7 +6,7 @@ // Created: 2003/03/16 // RCS-ID: $Id$ // Copyright: (c) 2002 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/dialog.mm b/src/cocoa/dialog.mm index 6b5e0c4955..59adee3068 100644 --- a/src/cocoa/dialog.mm +++ b/src/cocoa/dialog.mm @@ -6,7 +6,7 @@ // Created: 2002/12/15 // RCS-ID: $Id: // Copyright: 2002 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/evtloop.mm b/src/cocoa/evtloop.mm index 32f9ccbfa1..2c31b6d164 100644 --- a/src/cocoa/evtloop.mm +++ b/src/cocoa/evtloop.mm @@ -6,7 +6,7 @@ // Created: 2003/10/02 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// License: wxWindows licence +// License: wxWidgets licence /////////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/fontenum.mm b/src/cocoa/fontenum.mm index 9c3658aa1d..396885008d 100644 --- a/src/cocoa/fontenum.mm +++ b/src/cocoa/fontenum.mm @@ -6,7 +6,7 @@ // Created: 2003/07/23 // RCS-ID: $Id$ // Copyright: (c) David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/frame.mm b/src/cocoa/frame.mm index 9277c357f6..7c21de34f4 100644 --- a/src/cocoa/frame.mm +++ b/src/cocoa/frame.mm @@ -6,7 +6,7 @@ // Created: 2003/03/16 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/gauge.mm b/src/cocoa/gauge.mm index 92978f94bd..1769e1062f 100644 --- a/src/cocoa/gauge.mm +++ b/src/cocoa/gauge.mm @@ -6,7 +6,7 @@ // Created: 2003/07/15 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/icon.mm b/src/cocoa/icon.mm index d8c612aab1..889f03e7cd 100644 --- a/src/cocoa/icon.mm +++ b/src/cocoa/icon.mm @@ -6,7 +6,7 @@ // Created: 2003/08/11 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/listbox.mm b/src/cocoa/listbox.mm index ff2428eb64..2da7df8afe 100644 --- a/src/cocoa/listbox.mm +++ b/src/cocoa/listbox.mm @@ -6,7 +6,7 @@ // Created: 2003/03/18 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/mbarman.mm b/src/cocoa/mbarman.mm index fa6f666c5f..2eda41c0d4 100644 --- a/src/cocoa/mbarman.mm +++ b/src/cocoa/mbarman.mm @@ -6,7 +6,7 @@ // Created: 2003/09/04 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/mdi.mm b/src/cocoa/mdi.mm index fdac990686..40dfa87d69 100644 --- a/src/cocoa/mdi.mm +++ b/src/cocoa/mdi.mm @@ -6,7 +6,7 @@ // Created: 2003/09/08 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/menu.mm b/src/cocoa/menu.mm index 2d662e4111..dee3802127 100644 --- a/src/cocoa/menu.mm +++ b/src/cocoa/menu.mm @@ -6,7 +6,7 @@ // Created: 2002/12/09 // RCS-ID: $Id: // Copyright: (c) 2002 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/cocoa/menuitem.mm b/src/cocoa/menuitem.mm index d64f475a58..ac1893384a 100644 --- a/src/cocoa/menuitem.mm +++ b/src/cocoa/menuitem.mm @@ -6,7 +6,7 @@ // Created: 2002/12/15 // RCS-ID: $Id: // Copyright: 2002 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -73,7 +73,7 @@ - (BOOL)validateMenuItem: (id)menuItem { - // TODO: Do wxWindows validation here and avoid sending during idle time + // TODO: Do wxWidgets validation here and avoid sending during idle time wxLogTrace(wxTRACE_COCOA,wxT("wxMenuItemAction")); wxMenuItem *item = wxMenuItem::GetFromCocoa(menuItem); wxCHECK_MSG(item,NO,wxT("validateMenuItem received but no wxMenuItem exists!")); diff --git a/src/cocoa/notebook.mm b/src/cocoa/notebook.mm index c77473f95a..800d66f017 100644 --- a/src/cocoa/notebook.mm +++ b/src/cocoa/notebook.mm @@ -6,7 +6,7 @@ // Created: 2004/04/08 // RCS-ID: $Id$ // Copyright: (c) 2004 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/pen.mm b/src/cocoa/pen.mm index 8872b82cec..2ab4e00e28 100644 --- a/src/cocoa/pen.mm +++ b/src/cocoa/pen.mm @@ -6,7 +6,7 @@ // Created: 2003/08/02 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/radiobox.mm b/src/cocoa/radiobox.mm index 93d5043e47..6352832477 100644 --- a/src/cocoa/radiobox.mm +++ b/src/cocoa/radiobox.mm @@ -6,7 +6,7 @@ // Created: 2003/02/15 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/radiobut.mm b/src/cocoa/radiobut.mm index 5c4b6759d6..4962d81f45 100644 --- a/src/cocoa/radiobut.mm +++ b/src/cocoa/radiobut.mm @@ -6,7 +6,7 @@ // Created: 2003/03/16 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/region.mm b/src/cocoa/region.mm index 04f2c15fe0..b8ed91676f 100644 --- a/src/cocoa/region.mm +++ b/src/cocoa/region.mm @@ -6,7 +6,7 @@ // Created: 2004/04/12 // RCS-ID: $Id$ // Copyright: (c) 2004 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/region.h" diff --git a/src/cocoa/slider.mm b/src/cocoa/slider.mm index a55468122f..2183b7b5cc 100644 --- a/src/cocoa/slider.mm +++ b/src/cocoa/slider.mm @@ -6,7 +6,7 @@ // Created: 2003/06/19 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/spinbutt.mm b/src/cocoa/spinbutt.mm index 5a823ce2ec..336787d572 100644 --- a/src/cocoa/spinbutt.mm +++ b/src/cocoa/spinbutt.mm @@ -6,7 +6,7 @@ // Created: 2003/07/14 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/statbmp.mm b/src/cocoa/statbmp.mm index 83cba15fd6..10c5ec1ebe 100644 --- a/src/cocoa/statbmp.mm +++ b/src/cocoa/statbmp.mm @@ -6,7 +6,7 @@ // Created: 2003/02/15 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/statbox.mm b/src/cocoa/statbox.mm index 202608a7be..f63ff5f9c0 100644 --- a/src/cocoa/statbox.mm +++ b/src/cocoa/statbox.mm @@ -6,7 +6,7 @@ // Created: 2003/02/15 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/statline2.mm b/src/cocoa/statline2.mm index 283ca293a8..d92a056dc4 100644 --- a/src/cocoa/statline2.mm +++ b/src/cocoa/statline2.mm @@ -6,7 +6,7 @@ // Created: 2003/02/15 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/stattext.mm b/src/cocoa/stattext.mm index ff04f5899a..1e9c86e7f3 100644 --- a/src/cocoa/stattext.mm +++ b/src/cocoa/stattext.mm @@ -6,7 +6,7 @@ // Created: 2003/02/15 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/textctrl.mm b/src/cocoa/textctrl.mm index 5524ac147d..60533978a1 100644 --- a/src/cocoa/textctrl.mm +++ b/src/cocoa/textctrl.mm @@ -6,7 +6,7 @@ // Created: 2003/03/16 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" diff --git a/src/cocoa/toolbar.mm b/src/cocoa/toolbar.mm index 94407fff8e..6ad048346d 100644 --- a/src/cocoa/toolbar.mm +++ b/src/cocoa/toolbar.mm @@ -6,7 +6,7 @@ // Created: 2003/08/17 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ diff --git a/src/cocoa/toplevel.mm b/src/cocoa/toplevel.mm index 127157770f..43fb63faf2 100644 --- a/src/cocoa/toplevel.mm +++ b/src/cocoa/toplevel.mm @@ -6,7 +6,7 @@ // Created: 2002/11/27 // RCS-ID: $Id$ // Copyright: (c) 2002 David Elliott -// Licence: wxWindows licence +// Licence: wxWidgets licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -274,7 +274,7 @@ bool wxTopLevelWindowCocoa::Show(bool show) wxAutoNSAutoreleasePool pool; if(show) { - // Send the window a size event because wxWindows apps expect it + // Send the window a size event because wxWidgets apps expect it // NOTE: This should really only be done the first time a window // is shown. I doubt this will cause any problems though. wxSizeEvent event(GetSize(), GetId()); diff --git a/src/cocoa/window.mm b/src/cocoa/window.mm index 7778c84c39..684159bc05 100644 --- a/src/cocoa/window.mm +++ b/src/cocoa/window.mm @@ -6,7 +6,7 @@ // Created: 2002/12/26 // RCS-ID: $Id: // Copyright: (c) 2002 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" @@ -283,7 +283,7 @@ wxWindow::~wxWindow() wxAutoNSAutoreleasePool pool; DestroyChildren(); - // Make sure our parent (in the wxWindows sense) is our superview + // Make sure our parent (in the wxWidgets sense) is our superview // before we go removing from it. if(m_parent && m_parent->GetNSView()==[GetNSViewForSuperview() superview]) CocoaRemoveFromParent(); @@ -631,7 +631,7 @@ void wxWindowCocoa::SetInitialFrameRect(const wxPoint& pos, const wxSize& size) frameRect.origin.y = parentRect.size.height-(pos.y+frameRect.size.height); // Tell Cocoa to change the margin between the bottom of the superview // and the bottom of the control. Keeps the control pinned to the top - // of its superview so that its position in the wxWindows coordinate + // of its superview so that its position in the wxWidgets coordinate // system doesn't change. if(![superview isFlipped]) [nsview setAutoresizingMask: NSViewMinYMargin];