]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/filectrl.h
mac paths updated
[wxWidgets.git] / interface / filectrl.h
index ff54bb3befc12135aecfdf641e1608c7b2d54c5d..dfbc38219241ffd46432ef346386406dca343062 100644 (file)
@@ -78,7 +78,7 @@ public:
         @param name
             Control name.
 
-        @returns @true if the control was successfully created or @false if
+        @return @true if the control was successfully created or @false if
                  creation failed.
     */
 
@@ -154,14 +154,14 @@ public:
     /**
         Sets(changes) the current directory displayed in the control.
 
-        @returns Returns @true on success, @false otherwise.
+        @return Returns @true on success, @false otherwise.
     */
     bool SetDirectory(const wxString& directory);
 
     /**
         Selects a certain file.
 
-        @returns Returns @true on success, @false otherwise
+        @return Returns @true on success, @false otherwise
     */
     bool SetFilename(const wxString& filename);