projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
238ba80
)
build fix
author
Paul Cornett
<paulcor@bullseye.com>
Tue, 22 Aug 2006 19:03:22 +0000
(19:03 +0000)
committer
Paul Cornett
<paulcor@bullseye.com>
Tue, 22 Aug 2006 19:03:22 +0000
(19:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40749
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
samples/widgets/static.cpp
patch
|
blob
|
blame
|
history
diff --git
a/samples/widgets/static.cpp
b/samples/widgets/static.cpp
index e9360497b0c2ca0315dfc24218616196d2e70939..fe33e6667cab7b31b650bea5838380c3e0234d77 100644
(file)
--- a/
samples/widgets/static.cpp
+++ b/
samples/widgets/static.cpp
@@
-208,7
+208,7
@@
END_EVENT_TABLE()
// ============================================================================
IMPLEMENT_WIDGETS_PAGE(StaticWidgetsPage, _T("Static"),
- (int)wxPlatform(GENERIC_CTRLS).If(wx
MSW
,NATIVE_CTRLS)
+ (int)wxPlatform(GENERIC_CTRLS).If(wx
OS_WINDOWS
,NATIVE_CTRLS)
);
StaticWidgetsPage::StaticWidgetsPage(WidgetsBookCtrl *book,