ColorCollectionNameType Not standard convention?
Percy Camilo TriveƱo Aucahuasi
orgyforever at gmail.com
Sun Jun 1 10:01:36 BST 2008
Hi all I just looking in kcolordialog.cpp and I noticed that this const:
ColorCollectionNameType have 2 items without follow the standard file names
(to name pallete files)
//BEGIN
const ColorCollectionNameType colorCollectionName[] = {
{ "Recent_Colors", I18N_NOOP2("palette name", "* Recent Colors *") },
{ "Custom_Colors", I18N_NOOP2("palette name", "* Custom Colors *") },
//END
This should be like this?
//BEGIN
const ColorCollectionNameType colorCollectionName[] = {
{ "Recent.colors", I18N_NOOP2("palette name", "* Recent Colors *") },
{ "Custom.colors", I18N_NOOP2("palette name", "* Custom Colors *") },
//END
Percy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080601/478479a8/attachment.htm>
More information about the kde-core-devel
mailing list