]> git.saurik.com Git - wxWidgets.git/blame - include/wx/propdlg.h
Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION.
[wxWidgets.git] / include / wx / propdlg.h
CommitLineData
99d80019
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/propdlg.h
3// Purpose: wxPropertySheetDialog base header
4// Author: Julian Smart
5// Modified by:
6// Created:
7// RCS-ID: $Id$
8// Copyright: (c) Julian Smart
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
3c9287bb
JS
12#ifndef _WX_PROPDLG_H_BASE_
13#define _WX_PROPDLG_H_BASE_
14
15#include "wx/generic/propdlg.h"
16
17#endif
18 // _WX_PROPDLG_H_BASE_
19