X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c375936db8a23ab7e8a5f4bb219672196b7f5929..c7ea5a0c7edbdb777640e2613bfaac5f649b3340:/src/generic/combog.cpp diff --git a/src/generic/combog.cpp b/src/generic/combog.cpp index fdba8bc50a..9d14f00991 100644 --- a/src/generic/combog.cpp +++ b/src/generic/combog.cpp @@ -4,7 +4,6 @@ // Author: Jaakko Salli // Modified by: // Created: Apr-30-2006 -// RCS-ID: $Id$ // Copyright: (c) 2005 Jaakko Salli // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -259,7 +258,7 @@ void wxGenericComboCtrl::OnPaintEvent( wxPaintEvent& WXUNUSED(event) ) wxPen pen1( wxColour(133,133,133), customBorder, wxSOLID ); -#else +#else wxPen pen1( wxSystemSettings::GetColour(wxSYS_COLOUR_GRAYTEXT), customBorder, wxPENSTYLE_SOLID);