Minor compilo fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-03-28 10:49:43 +00:00
parent 43840d8b3a
commit 34b8f3ef3d
2 changed files with 2 additions and 4 deletions

View File

@@ -614,9 +614,8 @@ bool wxTextCtrl::Create( wxWindow *parent,
wrap = GTK_WRAP_WORD_CHAR;
}
else
#else
wrap = GTK_WRAP_WORD;
#endif
wrap = GTK_WRAP_WORD;
}
gtk_text_view_set_wrap_mode( GTK_TEXT_VIEW( m_text ), wrap );