]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/popupwin.cpp
Connect to events only if using native implementation instead of using event table...
[wxWidgets.git] / src / osx / carbon / popupwin.cpp
index b28aaba17d0ac15dc753bb2686cf52c39f8d77c6..6095dc48c7be013024e21c02537029f75039add4 100644 (file)
@@ -6,7 +6,7 @@
 // Created:
 // RCS-ID:      $Id$
 // Copyright:   (c) 2006 Stefan Csomor
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -73,7 +73,7 @@ bool wxPopupWindow::Show(bool show)
         event.SetEventObject(this);
         HandleWindowEvent(event);
     }
-        
+
     return true;
 }