Fix recurrent typo in "usable"

This word has a single "e".
This commit is contained in:
Vadim Zeitlin
2020-09-02 20:49:39 +02:00
parent bf71a70a12
commit e4333fdeac
5 changed files with 9 additions and 9 deletions

View File

@@ -230,7 +230,7 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value,
combo->entry_change_id = gtk_signal_connect (GTK_OBJECT (combo->entry), "changed",
(GtkSignalFunc) gtk_dummy_callback, combo);
// make it more useable
// make it more usable
gtk_combo_set_use_arrows_always( GTK_COMBO(m_widget), TRUE );
// and case-sensitive