[Scummvm-cvs-logs] scummvm master -> 8e75d9c84b62c86a3484f69544962bd2e4e9cd77

Littleboy littleboy22 at gmail.com
Thu Jul 7 02:39:10 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8e75d9c84b COMMON: Update documentation comment for TaskbarManager slot


Commit: 8e75d9c84b62c86a3484f69544962bd2e4e9cd77
    https://github.com/scummvm/scummvm/commit/8e75d9c84b62c86a3484f69544962bd2e4e9cd77
Author: Littleboy (littleboy at users.sourceforge.net)
Date: 2011-07-06T11:33:40-07:00

Commit Message:
COMMON: Update documentation comment for TaskbarManager slot

Changed paths:
    common/system.h



diff --git a/common/system.h b/common/system.h
index 15fbe38..9b833c5 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






More information about the Scummvm-git-logs mailing list