projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make the main message of wxGenericMessageDialog stand out.
[wxWidgets.git]
/
include
/
wx
/
statline.h
diff --git
a/include/wx/statline.h
b/include/wx/statline.h
index 8b36eb4c8c86732a11f74bc2369ee9f97a4da13e..38941691182611d4683a4afe3792847e108c106d 100644
(file)
--- a/
include/wx/statline.h
+++ b/
include/wx/statline.h
@@
-76,7
+76,7
@@
protected:
return AdjustSize(wxDefaultSize);
}
return AdjustSize(wxDefaultSize);
}
- DECLARE_NO_COPY_CLASS(wxStaticLineBase)
+ wxDECLARE_NO_COPY_CLASS(wxStaticLineBase);
};
// ----------------------------------------------------------------------------
};
// ----------------------------------------------------------------------------
@@
-94,7
+94,7
@@
protected:
#elif defined(__WXPM__)
#include "wx/os2/statline.h"
#elif defined(__WXMAC__)
#elif defined(__WXPM__)
#include "wx/os2/statline.h"
#elif defined(__WXMAC__)
- #include "wx/
mac
/statline.h"
+ #include "wx/
osx
/statline.h"
#elif defined(__WXCOCOA__)
#include "wx/cocoa/statline.h"
#else // use generic implementation for all other platforms
#elif defined(__WXCOCOA__)
#include "wx/cocoa/statline.h"
#else // use generic implementation for all other platforms