fix tool tip

This commit is contained in:
Denis Rouzaud 2014-08-18 08:10:07 +02:00
parent 5e26fbd6eb
commit efab05bae9

View File

@ -71,12 +71,12 @@ void QgsColorButtonPlugin::initialize( QDesignerFormEditorInterface *core )
QString QgsColorButtonPlugin::toolTip() const
{
return "A widget to define the scale range";
return "Select color";
}
QString QgsColorButtonPlugin::whatsThis() const
{
return "A widget to define the scale range.";
return "";
}
QString QgsColorButtonPlugin::domXml() const