X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/colordlg.h diff --git a/interface/wx/colordlg.h b/interface/wx/colordlg.h index 2cec9c31c5..7d1faa87e3 100644 --- a/interface/wx/colordlg.h +++ b/interface/wx/colordlg.h @@ -2,7 +2,6 @@ // Name: colordlg.h // Purpose: interface of wxColourDialog // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -25,7 +24,7 @@ public: of colour data, which will be copied to the colour dialog's colour data. - Custom colours from colour data object will be be used in the dialog's + Custom colours from colour data object will be used in the dialog's colour palette. Invalid entries in custom colours list will be ignored on some platforms(GTK) or replaced with white colour on platforms where custom colours palette has fixed size (MSW).