diff --git a/interface/wx/dc.h b/interface/wx/dc.h index 9df4640a17..6d72221df4 100644 --- a/interface/wx/dc.h +++ b/interface/wx/dc.h @@ -929,7 +929,7 @@ public: //@{ /** - Returns the current background mode: @c wxSOLID or @c wxTRANSPARENT. + Returns the current background mode: @c wxPENSTYLE_SOLID or @c wxPENSTYLE_TRANSPARENT. @see SetBackgroundMode() */ @@ -969,7 +969,7 @@ public: const wxColour& GetTextForeground() const; /** - @a mode may be one of @c wxSOLID and @c wxTRANSPARENT. + @a mode may be one of @c wxPENSTYLE_SOLID and @c wxPENSTYLE_TRANSPARENT. This setting determines whether text will be drawn with a background colour or not.