]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/choicdlg.h
due to a typo in #if condition, validation was disabled for wizard pages -- fixed now
[wxWidgets.git] / include / wx / choicdlg.h
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/choicdgg.h
3// Purpose: Includes generic choice dialog file
4// Author: Julian Smart
5// Modified by:
6// Created:
7// RCS-ID: $Id$
8// Copyright: Julian Smart
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12#ifndef _WX_CHOICDLG_H_BASE_
13#define _WX_CHOICDLG_H_BASE_
14
15#if wxUSE_CHOICEDLG
16
17#include "wx/generic/choicdgg.h"
18
19#endif
20
21#endif
22 // _WX_CHOICDLG_H_BASE_