X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstate_stroke.cpp;fp=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstate_stroke.cpp;h=baf7ebdc7c16a14f49e4af61443674cffcc18c8e;hb=37864763edb5eb5303f2ce69dfaee72f8d5bd00b;hp=0fb53baa239b59d9e73a63412d99169acabb7fef;hpb=54d76cf22cb55862d5ebf52dfa098fcfe8d246f8;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/state_stroke.cpp b/synfig-studio/trunk/src/gtkmm/state_stroke.cpp index 0fb53ba..baf7ebd 100644 --- a/synfig-studio/trunk/src/gtkmm/state_stroke.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_stroke.cpp @@ -173,7 +173,7 @@ StateStroke_Context::event_mouse_up_handler(const Smach::event& x) throw Smach::pop_exception(); } - case BUTTON_RIGHT: // Intercept the right-button click to short-circut the pop-up menu + case BUTTON_RIGHT: // Intercept the right-button click to short-circuit the pop-up menu return Smach::RESULT_ACCEPT; default: @@ -195,7 +195,7 @@ StateStroke_Context::event_mouse_draw_handler(const Smach::event& x) return Smach::RESULT_ACCEPT; } - case BUTTON_RIGHT: // Intercept the right-button click to short-circut the pop-up menu + case BUTTON_RIGHT: // Intercept the right-button click to short-circuit the pop-up menu return Smach::RESULT_ACCEPT; default: