]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/control.h
Implement wxCalendarCtrl::SetDateRange() in the native GTK version.
[wxWidgets.git] / interface / wx / control.h
index 3d35e699520151c82961e2bd1856f5b6c768dd53..826145fb16cbfbfa7c84436a6d2876a415ef1ea5 100644 (file)
@@ -121,7 +121,7 @@ public:
         following character is a @e mnemonic for this control and can be used to
         activate it from the keyboard (typically by using @e Alt key in
         combination with it). To insert a literal ampersand character, you need
-        to double it, i.e. use use "&&". If this behaviour is undesirable, use
+        to double it, i.e. use "&&". If this behaviour is undesirable, use
         SetLabelText() instead.
     */
     void SetLabel(const wxString& label);