Skip to content

Commit

Permalink
fix tool tip
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 18, 2014
1 parent 5e26fbd commit efab05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/customwidgets/qgscolorbuttonplugin.cpp
Expand Up @@ -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
Expand Down

0 comments on commit efab05b

Please sign in to comment.