]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textdlg.h
Added wxRIBBON_PANEL_FLEXIBLE flag to allow toolbars to wrap, taking up the optimum...
[wxWidgets.git] / include / wx / textdlg.h
index 7eb37741fc96fca814c16125dca2ea60622562e3..ab6257200688636912736275a943b64d667e3988 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        textdlg.h
+// Name:        wx/textdlg.h
 // Purpose:     wxTextEntryDialog class
 // Author:      Julian Smart
 // Modified by:
 
 #include "wx/generic/textdlgg.h"
 
-#if WXWIN_COMPATIBILITY_2_4
-    // for wxGetNumberFromUser()
-    #include "wx/numdlg.h"
-#endif // WXWIN_COMPATIBILITY_2_4
-
 #endif // _WX_TEXTDLG_H_BASE_