]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/windowid.h
added language info for Northern Sami (patch 1964036)
[wxWidgets.git] / interface / windowid.h
index b93aa87a29bbe9bfcb3ef50724202113acd5c890..7b14cce3ed907003706743c35ec9b613a45045bf 100644 (file)
@@ -31,11 +31,11 @@ public:
         or unreserved with UnreserveControlId().
         Only ID values that are not assigned to a wxWindowIDRef()
         need to be unreserved.
-        
+
         @param count
             The number of sequential IDs to reserve.
-        
-        @returns The value of the first ID in the sequence, or wxID_NONE.
+
+        @return The value of the first ID in the sequence, or wxID_NONE.
     */
     static wxWindowID ReserveControlId(int count = 1);
 };