]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filedlg.h
I was stupid enough to reorganise the way font changes get stored and applied,
[wxWidgets.git] / include / wx / filedlg.h
index 447b3db1b44f964b9207d6f8269aa862d88a1942..7fc2e7a76ecf92b1667e7e48d0aa7ff8ed4905ce 100644 (file)
@@ -1,13 +1,20 @@
-#ifndef __FILEDLGH_BASE__
-#define __FILEDLGH_BASE__
+#ifndef _WX_FILEDLG_H_BASE_
+#define _WX_FILEDLG_H_BASE_
 
 #if defined(__WXMSW__)
 #include "wx/msw/filedlg.h"
 #elif defined(__WXMOTIF__)
-#include "wx/xt/filedlg.h"
+#include "wx/motif/filedlg.h"
 #elif defined(__WXGTK__)
 #include "wx/gtk/filedlg.h"
+#elif defined(__WXQT__)
+#include "wx/qt/filedlg.h"
+#elif defined(__WXMAC__)
+#include "wx/mac/filedlg.h"
+#elif defined(__WXSTUBS__)
+#include "wx/stubs/filedlg.h"
 #endif
 
+
 #endif
-    // __FILEDLGH_BASE__
+    // _WX_FILEDLG_H_BASE_