add unclear btn icons, make both bksp and ctrl-m mute edit selection
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / cwindowtool.C
index 3a0d72b8e6a25fbe1c98f2e23f424be1c7b340db..04457c838d41b8364cb956f21c90fafaf0e68b8b 100644 (file)
@@ -1750,7 +1750,7 @@ int CWindowMaskEnable::handle_event()
 
 CWindowMaskUnclear::CWindowMaskUnclear(MWindow *mwindow,
        CWindowMaskGUI *gui, int x, int y)
- : BC_Button(x, y, mwindow->theme->get_image_set("reset_button"))
+ : BC_Button(x, y, mwindow->theme->get_image_set("unclear_button"))
 {
        this->mwindow = mwindow;
        this->gui = gui;