mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Replace more Connect with Bind; needed redeclaration of custom events
This commit is contained in:
@@ -240,7 +240,7 @@ It handles initialization and termination by subclassing wxApp.
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
DEFINE_EVENT_TYPE(EVT_OPEN_AUDIO_FILE);
|
||||
DEFINE_EVENT_TYPE(EVT_LANGUAGE_CHANGE);
|
||||
wxDEFINE_EVENT(EVT_LANGUAGE_CHANGE, wxCommandEvent);
|
||||
|
||||
#if 0
|
||||
#ifdef __WXGTK__
|
||||
|
||||
Reference in New Issue
Block a user