X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d775fa82354a1f8d5db87ad1d71ab00ef7d9123c..e12a951e754d0e6a67a211a1d8fb788e0a166094:/include/wx/statusbr.h?ds=inline diff --git a/include/wx/statusbr.h b/include/wx/statusbr.h index d91defc1b3..04cca259d8 100644 --- a/include/wx/statusbr.h +++ b/include/wx/statusbr.h @@ -5,7 +5,7 @@ // Modified by: // Created: 05.02.00 // RCS-ID: $Id$ -// Copyright: (c) wxWidgets team +// Copyright: (c) Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -150,6 +150,10 @@ protected: #define wxStatusBarUniv wxStatusBar #include "wx/univ/statusbr.h" +#elif defined(__WXPALMOS__) + #define wxStatusBarPalm wxStatusBar + + #include "wx/palmos/statusbr.h" #elif defined(__WIN32__) && wxUSE_NATIVE_STATUSBAR #define wxStatusBar95 wxStatusBar