X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..2f0e16e186a58e730e38400f5ddd96df62ee19bb:/include/wx/palmos/popupwin.h diff --git a/include/wx/palmos/popupwin.h b/include/wx/palmos/popupwin.h index beaced311e..c90da5414d 100644 --- a/include/wx/palmos/popupwin.h +++ b/include/wx/palmos/popupwin.h @@ -1,10 +1,10 @@ /////////////////////////////////////////////////////////////////////////////// // Name: wx/palmos/popupwin.h -// Purpose: wxPopupWindow class for wxMSW -// Author: William Osborne +// Purpose: wxPopupWindow class for PalmOS +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -30,7 +30,7 @@ public: bool Create(wxWindow *parent, int flags = wxBORDER_NONE); - virtual bool Show(bool show = TRUE); + virtual bool Show(bool show = true); protected: // popups handle the position like wxTopLevelWindow, not wxWindow