]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textdlg.h
replace use of 'long/int bitmapType' with 'wxBitmapType bitmapType' in richtext and...
[wxWidgets.git] / include / wx / textdlg.h
index 6e5718805935da32377a27f12863f36669b2e42a..26e322b73b3d45418dc634983573f11d6528d8c9 100644 (file)
@@ -1,11 +1,18 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        textdlg.h
+// Purpose:     wxTextEntryDialog class
+// Author:      Julian Smart
+// Modified by:
+// Created:     01/02/97
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_TEXTDLG_H_BASE_
 #define _WX_TEXTDLG_H_BASE_
 
-#ifdef __WXGTK__
-#include "wx/gtk/textdlg.h"
-#else
 #include "wx/generic/textdlgg.h"
-#endif
 
-#endif
-    // _WX_TEXTDLG_H_BASE_
+#endif // _WX_TEXTDLG_H_BASE_
+