From 5b9b0810ccec855fe0da8af7070a30c06a6d6a47 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 16 Nov 2007 16:14:49 +0000 Subject: [PATCH] add missing wxUSE to amke univ/Borland compile... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/setup0.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 6f4f29b25e..72093ab0b3 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -288,7 +288,7 @@ // Default is 1 // // Recommended setting: 1 if you want to support multiple languages -#define wxUSE_PRINTF_POS_PARAMS 0 +#define wxUSE_PRINTF_POS_PARAMS 1 // ---------------------------------------------------------------------------- // non GUI features selection @@ -763,6 +763,15 @@ // wxProperty[Value/Form/List] classes, used by Dialog Editor #define wxUSE_PROPSHEET 1 + +// wxMiniFrame class: a frame with narrow title bar +// +// Default is 1. +// +// Recommended setting: 1 (it doesn't cost almost anything) +#define wxUSE_MINIFRAME 1 + + // wxComboCtrl and related classes: combobox with custom popup window and // not necessarily a listbox. //