X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/073b976d01c33bc71babbc1a6085c26e2506e12d..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/calctrl.h diff --git a/interface/wx/calctrl.h b/interface/wx/calctrl.h index 1557d8eee1..a59e64f5e0 100644 --- a/interface/wx/calctrl.h +++ b/interface/wx/calctrl.h @@ -2,7 +2,6 @@ // Name: calctrl.h // Purpose: interface of wxCalendarCtrl // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -145,7 +144,7 @@ public: bool HasBackgroundColour() const; /** - Returns @true if a non-default (i.e. any) border is set. + Returns @true if a non-default (i.e.\ any) border is set. */ bool HasBorder() const; @@ -294,7 +293,7 @@ enum wxCalendarHitTestResult @library{wxadv} @category{ctrl} - @appearance{calendarctrl.png} + @appearance{calendarctrl} @nativeimpl{wxgtk,wxmsw}