]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/emulator/src/emulator.h
fixed SaveDIB() crash with BW images (patch 1045884)
[wxWidgets.git] / utils / emulator / src / emulator.h
index f24bf66f21d3d013becd19b84ffe0b2f454ee229..f14f968ff34a3387f561b7070beb8aac2e01554e 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     2002-03-10
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -131,7 +131,7 @@ public:
     void OnCloseWindow(wxCloseEvent& event);
 
 private:
-    // any class wishing to process wxWindows events must use this macro
+    // any class wishing to process wxWidgets events must use this macro
     DECLARE_EVENT_TABLE()
 };