]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choicdlg.h
Fix crash when editing wxDVC items in place in wxOSX/Cocoa.
[wxWidgets.git] / include / wx / choicdlg.h
index f9c1fb1fb687fc87485dba471e780563657ec254..29802b5965612a17b61a7f21de9cfbdf3c16ce77 100644 (file)
@@ -1,10 +1,21 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/choicdgg.h
+// Purpose:     Includes generic choice dialog file
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   Julian Smart
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_CHOICDLG_H_BASE_
 #define _WX_CHOICDLG_H_BASE_
 
-#ifdef __WXGTK__
-#include "wx/gtk/choicdlg.h"
-#else
+#if wxUSE_CHOICEDLG
+
 #include "wx/generic/choicdgg.h"
+
 #endif
 
 #endif