]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/spinbutt.h
Intial review of calctrl.h.
[wxWidgets.git] / interface / spinbutt.h
index 3c990bfbb3bd5e06f44c14ee9e6cd28873e25b09..5bd9f8ae9fbe27d9ce2d0297b379a0b531ca2f64 100644 (file)
@@ -49,7 +49,7 @@ public:
     as wxSpinButton is not implemented for all platforms but wxSpinCtrl is as it
     degenerates to a simple wxTextCtrl on such platforms.
 
-    @b NB: the range supported by this control (and wxSpinCtrl) depends on the
+    @note the range supported by this control (and wxSpinCtrl) depends on the
     platform but is at least @c -0x8000 to @c 0x7fff. Under GTK and
     Win32 with sufficiently new version of @c comctrl32.dll (at least 4.71 is
     required, 5.80 is recommended) the full 32 bit range is supported.