]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/popupwin.h
Don't interpret '&' specially in wxTextWrapper.
[wxWidgets.git] / include / wx / osx / popupwin.h
index 58b591d0a8dc2dab0ae2371b75f314533056907f..cdfa6ef61cdf1f0d81971036e29fd32e8e29904d 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/popupwin.h
+// Name:        wx/osx/popupwin.h
 // Purpose:     wxPopupWindow class for wxMac
 // Author:      Stefan Csomor
 // Modified by:
 // Purpose:     wxPopupWindow class for wxMac
 // Author:      Stefan Csomor
 // Modified by:
@@ -26,7 +26,7 @@ public:
         { (void)Create(parent, flags); }
 
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
         { (void)Create(parent, flags); }
 
     bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
-    
+
     virtual bool Show(bool show);
 
 protected:
     virtual bool Show(bool show);
 
 protected: