]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dialup.h
Add wxFileName::SetPermissions().
[wxWidgets.git] / interface / wx / dialup.h
index a4249d6f8b9ae55fbad3ba16c51c1c5141aa1617..5ad0ce53251381e98396175ac101d34766d26eb0 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        dialup.h
 // Purpose:     interface of wxDialUpManager
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -93,7 +92,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
@@ -119,7 +118,7 @@ public:
     virtual bool HangUp() = 0;
 
     /**
-        Returns @true if the computer has a permanent network connection (i.e.
+        Returns @true if the computer has a permanent network connection (i.e.\
         is on a LAN) and so there is no need to use Dial() function to go
         online.
 
@@ -207,7 +206,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)?
     */