projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0fcccc
)
Made default theme win32 under wxX11 since I think the default
author
Julian Smart
<julian@anthemion.co.uk>
Mon, 22 Apr 2002 12:53:01 +0000
(12:53 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Mon, 22 Apr 2002 12:53:01 +0000
(12:53 +0000)
should be 'vanilla'; less exciting but as fast as possible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15235
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/univ/theme.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/univ/theme.cpp
b/src/univ/theme.cpp
index 31f592280a3c0294a90bfe608abb0ea89970ce5b..3982bcf72863952dc45dc43b474682e8ae10f88c 100644
(file)
--- a/
src/univ/theme.cpp
+++ b/
src/univ/theme.cpp
@@
-100,7
+100,7
@@
wxThemeInfo::wxThemeInfo(Constructor c,
#if defined(__WXGTK__)
nameDefTheme = _T("gtk");
#elif defined(__WXX11__)
- nameDefTheme = _T("
Metal
");
+ nameDefTheme = _T("
win32
");
#else
nameDefTheme = _T("win32");
#endif