]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialup.h
wxDialUpManager fixes
[wxWidgets.git] / include / wx / dialup.h
index f10166db30394e26ecde7171d912168235f99093..032ad9eac7d5497f01d078e3619cfe3f7d6b4be5 100644 (file)
@@ -74,7 +74,7 @@ public:
                       bool async = TRUE) = 0;
 
     // returns TRUE if (async) dialing is in progress
-    virtual bool IsDialing() const = 0;
+    virtual bool IsDialling() const = 0;
 
     // cancel dialing the number initiated with Dial(async = TRUE)
     // NB: this won't result in DISCONNECTED event being sent