modify clr btn 16 plugins, add regdmp for sigtraps, rework mask_engine, mask rotate...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / zoomblur / zoomblur.C
index 9637d79efaa0ba79a2e74d674290a39a3ce923dc..0d40b7ca2857bf86cd801a34905db5f30b9c27e7 100644 (file)
@@ -300,7 +300,7 @@ int ZoomBlurDefaultSettings::handle_event()
 
 
 ZoomBlurSliderClr::ZoomBlurSliderClr(ZoomBlurMain *plugin, ZoomBlurWindow *window, int x, int y, int w, int clear)
- : BC_GenericButton(x, y, w, _("⌂"))
+ : BC_Button(x, y, w, plugin->get_theme()->get_image_set("reset_button"))
 {
        this->plugin = plugin;
        this->window = window;