From 8e75d9c84b62c86a3484f69544962bd2e4e9cd77 Mon Sep 17 00:00:00 2001 From: Littleboy Date: Tue, 5 Jul 2011 18:33:19 -0400 Subject: COMMON: Update documentation comment for TaskbarManager slot --- common/system.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/system.h b/common/system.h index 15fbe386b1..9b833c5b1a 100644 --- a/common/system.h +++ b/common/system.h @@ -154,9 +154,9 @@ protected: #if defined(USE_TASKBAR) /** - * No default value is provided for _savefileManager by OSystem. + * No default value is provided for _taskbarManager by OSystem. * - * @note _savefileManager is deleted by the OSystem destructor. + * @note _taskbarManager is deleted by the OSystem destructor. */ Common::TaskbarManager *_taskbarManager; #endif -- cgit v1.2.3