X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fadc2df6823d988f7a264b94e69a7e1bbcac1337..97d13342cc2ac77e21c38115cc6ebecac930f92a:/interface/wx/dialup.h diff --git a/interface/wx/dialup.h b/interface/wx/dialup.h index bbc06f5c88..1db8388a54 100644 --- a/interface/wx/dialup.h +++ b/interface/wx/dialup.h @@ -25,11 +25,11 @@ most one instance of this class in the program accessed via Create() and you can't create the objects of this class directly. - @beginEventTable{wxDialUpEvent} + @beginEventEmissionTable{wxDialUpEvent} @event{EVT_DIALUP_CONNECTED(func)} - A connection with the network was established. + A connection with the network was established. @event{EVT_DIALUP_DISCONNECTED(func)} - The connection with the network was lost. + The connection with the network was lost. @endEventTable @library{wxcore}