From dc22e1268bb2f839ee745ebbca51dd21910d72c5 Mon Sep 17 00:00:00 2001 From: thebohemian Date: Mon, 26 Nov 2007 14:40:07 +0000 Subject: [PATCH] - fix comment git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1306 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/widget_manager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widget_manager.cpp b/src/widget_manager.cpp index 4090e6839..6a33eb13a 100644 --- a/src/widget_manager.cpp +++ b/src/widget_manager.cpp @@ -929,8 +929,8 @@ int WidgetManager::handle_pointer(const int X, const int Y ) return WGT_NONE; } -/** The handle_*() function stores the current widget under the cursor - * after receiving input from a key. +/** The handle_() function stores the current widget under + * the cursor after receiving input from a key. */ int WidgetManager::handle_left()