]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/sysopt.h
remove misleading documentation of minPage in GetPageInfo() (see ticket #9502)
[wxWidgets.git] / interface / sysopt.h
index cce0f32f3119fa0139b6b730a151a9afa6e94a5e..1c8286536aad34a06881a661105ebd4f406cde61 100644 (file)
@@ -35,7 +35,7 @@ public:
     /**
         Gets an option. The function is case-insensitive to @e name.
         Returns empty string if the option hasn't been set.
-        
+
         @see SetOption(), GetOptionInt(),
              HasOption()
     */
@@ -44,7 +44,7 @@ public:
     /**
         Gets an option as an integer. The function is case-insensitive to @e name.
         If the option hasn't been set, this function returns 0.
-        
+
         @see SetOption(), GetOption(),
              HasOption()
     */
@@ -53,7 +53,7 @@ public:
     /**
         Returns @true if the given option is present. The function is
         case-insensitive to @e name.
-        
+
         @see SetOption(), GetOption(),
              GetOptionInt()
     */