From 5726d46f40700c68355465b757d93ef0e47c914e Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 30 Oct 2007 13:57:23 +0000 Subject: [PATCH] 'Ello 'ello fake German -> English. git-svn-id: http://svn.voria.com/code@1022 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/state_width.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/gtkmm/state_width.cpp b/synfig-studio/trunk/src/gtkmm/state_width.cpp index b8a7926..468377f 100644 --- a/synfig-studio/trunk/src/gtkmm/state_width.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_width.cpp @@ -461,7 +461,7 @@ StateWidth_Context::event_mouse_handler(const Smach::event& x) { const EventMouse& event(*reinterpret_cast(&x)); - //handle ze click + //handle the click if( (event.key == EVENT_WORKAREA_MOUSE_BUTTON_DOWN || event.key == EVENT_WORKAREA_MOUSE_BUTTON_DRAG) && event.button == BUTTON_LEFT ) { -- 2.7.4