fix wxGTK1 compilation after wxTextEntry DoGetValue() change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-03-03 09:21:35 +00:00
parent 417943bf06
commit 55410bb4f6
4 changed files with 6 additions and 6 deletions

View File

@@ -596,7 +596,7 @@ void wxComboBox::SetSelection( int n )
EnableEvents();
}
wxString wxComboBox::GetValue() const
wxString wxComboBox::DoGetValue() const
{
GtkEntry *entry = GTK_ENTRY( GTK_COMBO(m_widget)->entry );
wxString tmp( wxGTK_CONV_BACK( gtk_entry_get_text( entry ) ) );