r22263 by jghali -

scribus-commit scribus-commit at lists.scribus.net
Tue Dec 19 18:20:56 UTC 2017


Author: jghali
Date: Tue Dec 19 18:20:56 2017
New Revision: 22263

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22263
Log:
#15072: More precise Colour & Fill dialog entry (string)

Modified:
    trunk/Scribus/scribus/ui/cmykfw.cpp

Modified: trunk/Scribus/scribus/ui/cmykfw.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22263&path=/trunk/Scribus/scribus/ui/cmykfw.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/cmykfw.cpp	(original)
+++ trunk/Scribus/scribus/ui/cmykfw.cpp	Tue Dec 19 18:20:56 2017
@@ -97,7 +97,7 @@
 	buttonOK->setDefault( true );
 	buttonCancel->setText(CommonStrings::tr_Cancel);
 
-	hsvSelector = Swatches->addTopLevelItem( tr( "HSV Color Map" ) );
+	hsvSelector = Swatches->addTopLevelItem( tr( "Color Map" ) );
 	hsvSelector->setFlags(Qt::ItemIsSelectable | Qt::ItemIsUserCheckable | Qt::ItemIsEnabled);
 	csm.findPaletteLocations();
 	systemSwatches = Swatches->addTopLevelItem( tr("Scribus Swatches"));
@@ -112,7 +112,7 @@
 	// set default combo item in constructor: at that point
 	// the swatch combo widget does not know its width yet.
 	// We set it in the dialog showEvent().
-	// Swatches->setCurrentComboItem( tr( "HSV Color Map" ));
+	// Swatches->setCurrentComboItem( tr( "Color Map" ));
 
 	slidersLayout->setSpacing(5);
 	slidersLayout->setMargin(0);
@@ -1115,7 +1115,7 @@
 void CMYKChoose::showEvent(QShowEvent * event)
 {
 	if (!event->spontaneous())
-		Swatches->setCurrentComboItem( tr( "HSV Color Map" ));
+		Swatches->setCurrentComboItem( tr( "Color Map" ));
 	QDialog::showEvent(event);
 }
 




More information about the scribus-commit mailing list