From: dooglus Date: Tue, 30 Oct 2007 12:46:43 +0000 (+0000) Subject: Type: 'circut' -> 'circuit'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=37864763edb5eb5303f2ce69dfaee72f8d5bd00b;p=synfig.git Type: 'circut' -> 'circuit'. git-svn-id: http://svn.voria.com/code@1020 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/state_bline.cpp b/synfig-studio/trunk/src/gtkmm/state_bline.cpp index c7f343e..15cb1e3 100644 --- a/synfig-studio/trunk/src/gtkmm/state_bline.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_bline.cpp @@ -880,7 +880,7 @@ StateBLine_Context::event_mouse_click_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: diff --git a/synfig-studio/trunk/src/gtkmm/state_draw.cpp b/synfig-studio/trunk/src/gtkmm/state_draw.cpp index 56f5c97..6557ca5 100644 --- a/synfig-studio/trunk/src/gtkmm/state_draw.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_draw.cpp @@ -575,7 +575,7 @@ StateDraw_Context::event_mouse_down_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: diff --git a/synfig-studio/trunk/src/gtkmm/state_polygon.cpp b/synfig-studio/trunk/src/gtkmm/state_polygon.cpp index afe6a5b..f2eb6d4 100644 --- a/synfig-studio/trunk/src/gtkmm/state_polygon.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_polygon.cpp @@ -422,7 +422,7 @@ StatePolygon_Context::event_mouse_click_handler(const Smach::event& x) refresh_ducks(); 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: diff --git a/synfig-studio/trunk/src/gtkmm/state_sketch.cpp b/synfig-studio/trunk/src/gtkmm/state_sketch.cpp index 691c375..cb4fd6e 100644 --- a/synfig-studio/trunk/src/gtkmm/state_sketch.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_sketch.cpp @@ -486,7 +486,7 @@ StateSketch_Context::event_mouse_down_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: 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: