]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/textdlgg.h
added align=justify support ; also removed relic: GetMaxLineWidth
[wxWidgets.git] / include / wx / generic / textdlgg.h
index e95ab6dc2d206e731e625996828e910c520572d8..61b9117583b36ae5b634106d2aa81f01b1221a1f 100644 (file)
@@ -47,7 +47,7 @@ public:
 protected:
     wxTextCtrl *m_textctrl;
     wxString    m_value;
-    int         m_dialogStyle;
+    long        m_dialogStyle;
 
 private:
     DECLARE_EVENT_TABLE()