Skip to content
Snippets Groups Projects

minor change for addition of icons in view mode window

Closed Edwin Özdemir requested to merge Plugin-PropertyVis into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -96,7 +96,7 @@ void PropertyVisPlugin::initializePlugin()
toolIcon_ = new QIcon(OpenFlipper::Options::iconDirStr()+OpenFlipper::Options::dirSeparator()+"PropertyVisIcon.png");
emit addToolbox( tr("Property Visualization") , tool_, toolIcon_ );
emit addToolbox( PropertyVisPlugin::name() , tool_, toolIcon_ );
}
}
Loading