projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
gtk1
/
combobox.cpp
diff --git
a/src/gtk1/combobox.cpp
b/src/gtk1/combobox.cpp
index a86bfa6899eca966eba1c37c075baa764534b277..ebbbc0c0a4fc8e313a445e04d8d366f730110cd7 100644
(file)
--- a/
src/gtk1/combobox.cpp
+++ b/
src/gtk1/combobox.cpp
@@
-596,7
+596,7
@@
void wxComboBox::SetSelection( int n )
EnableEvents();
}
-wxString wxComboBox::GetValue() const
+wxString wxComboBox::
Do
GetValue() const
{
GtkEntry *entry = GTK_ENTRY( GTK_COMBO(m_widget)->entry );
wxString tmp( wxGTK_CONV_BACK( gtk_entry_get_text( entry ) ) );