fixed status bar source file name; removed wxUSE_NATIVE_STATUS_BAR; removed generic status bar file from makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -150,10 +150,10 @@ protected:
|
||||
#define wxStatusBarUniv wxStatusBar
|
||||
|
||||
#include "wx/univ/statusbr.h"
|
||||
#elif defined(__PALMOS__) && wxUSE_NATIVE_STATUSBAR
|
||||
#elif defined(__PALMOS__)
|
||||
#define wxStatusBarPalm wxStatusBar
|
||||
|
||||
#include "wx/palmos/statbrpalm.h"
|
||||
#include "wx/palmos/statusbr.h"
|
||||
#elif defined(__WIN32__) && wxUSE_NATIVE_STATUSBAR
|
||||
#define wxStatusBar95 wxStatusBar
|
||||
|
||||
|
Reference in New Issue
Block a user