X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..68a8473f93becdc157ec6b47ab33a2a3acaa594a:/interface/wx/dialup.h diff --git a/interface/wx/dialup.h b/interface/wx/dialup.h index a4249d6f8b..91a96d6a1a 100644 --- a/interface/wx/dialup.h +++ b/interface/wx/dialup.h @@ -93,7 +93,7 @@ public: /** Enable automatic checks for the connection status and sending of - wxEVT_DIALUP_CONNECTED/wxEVT_DIALUP_DISCONNECTED events. The interval + @c wxEVT_DIALUP_CONNECTED/wxEVT_DIALUP_DISCONNECTED events. The interval parameter is only for Unix where we do the check manually and specifies how often should we repeat the check (each minute by default). Under Windows, the notification about the change of connection status is sent @@ -207,7 +207,7 @@ public: bool IsConnectedEvent() const; /** - Does this event come from wxDialUpManager::Dial() or from some extrenal + Does this event come from wxDialUpManager::Dial() or from some external process (i.e. does it result from our own attempt to establish the connection)? */