Skip to content
Snippets Groups Projects

minor change for addition of icons in view mode window

Closed Edwin Özdemir requested to merge Plugin-HoleFilling into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -80,7 +80,7 @@ void HoleFillerPlugin::initializePlugin()
toolIcon_ = new QIcon(OpenFlipper::Options::iconDirStr()+OpenFlipper::Options::dirSeparator()+"holefilling.png");
emit addToolbox( tr("Hole Filler") , tool_ , toolIcon_);
emit addToolbox( HoleFillerPlugin::name() , tool_ , toolIcon_);
}
}
Loading