projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Forgot Unicode conversion in wxStaticText.
[wxWidgets.git]
/
utils
/
Install
/
builder
/
wxib.cpp
diff --git
a/utils/Install/builder/wxib.cpp
b/utils/Install/builder/wxib.cpp
index c3febebc29e1c4e12751fb73a23ba9bda27009c7..4c1922200de35993bf00d2201913a46370e45f3b 100644
(file)
--- a/
utils/Install/builder/wxib.cpp
+++ b/
utils/Install/builder/wxib.cpp
@@
-23,12
+23,12
@@
#endif
#ifndef WX_PRECOMP
#endif
#ifndef WX_PRECOMP
- #include
<wx/wx.h>
+ #include
"wx/wx.h"
#endif
#endif
-#include
<wx/toolbar.h>
-#include
<wx/log.h>
-#include
<wx/image.h>
+#include
"wx/toolbar.h"
+#include
"wx/log.h"
+#include
"wx/image.h"
// define this to 1 to use wxToolBarSimple instead of the native one
#define USE_GENERIC_TBAR 0
// define this to 1 to use wxToolBarSimple instead of the native one
#define USE_GENERIC_TBAR 0
@@
-38,7
+38,7
@@
#error wxToolBarSimple is not compiled in, set wxUSE_TOOLBAR_SIMPLE \
to 1 in setup.h and recompile the library.
#else
#error wxToolBarSimple is not compiled in, set wxUSE_TOOLBAR_SIMPLE \
to 1 in setup.h and recompile the library.
#else
- #include
<wx/tbarsmpl.h>
+ #include
"wx/tbarsmpl.h"
#endif
#endif // USE_GENERIC_TBAR
#endif
#endif // USE_GENERIC_TBAR