#include "wx/choice.h"
#include "wx/checkbox.h"
#include "wx/intl.h"
+ #include "wx/settings.h"
+ #include "wx/cmndata.h"
+ #include "wx/sizer.h"
#endif
#include <string.h>
#include <stdlib.h>
-#include "wx/cmndata.h"
-#include "wx/sizer.h"
#include "wx/fontdlg.h"
#include "wx/generic/fontdlgg.h"
-#include "wx/settings.h"
#if USE_SPINCTRL_FOR_POINT_SIZE
#include "wx/spinctrl.h"
m_pointSizeChoice->SetSelection(m_dialogFont.GetPointSize()-1);
#endif
-#if !defined(__SMARTPHONE__) && !defined(__POCKETPC__)
GetSizer()->SetItemMinSize(m_previewer, is_pda ? 100 : 430, is_pda ? 40 : 100);
GetSizer()->SetSizeHints(this);
GetSizer()->Fit(this);
Centre(wxBOTH);
-#endif
delete[] families;
delete[] styles;