[Scummvm-cvs-logs] scummvm master -> ccc7506666c50a2a13dba9759f605260d50eaebf

salty-horse ori at avtalion.name
Wed Mar 23 17:01:31 CET 2016


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:
ccc7506666 GUI: Fix constant names mentioned in comment


Commit: ccc7506666c50a2a13dba9759f605260d50eaebf
    https://github.com/scummvm/scummvm/commit/ccc7506666c50a2a13dba9759f605260d50eaebf
Author: Ori Avtalion (ori at avtalion.name)
Date: 2016-03-23T18:01:13+02:00

Commit Message:
GUI: Fix constant names mentioned in comment

Changed paths:
    gui/ThemeEngine.cpp



diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp
index 1b95a11..c2deb8c 100644
--- a/gui/ThemeEngine.cpp
+++ b/gui/ThemeEngine.cpp
@@ -164,7 +164,7 @@ struct DrawDataInfo {
 	DrawData id;        ///< The actual ID of the DrawData item.
 	const char *name;   ///< The name of the DrawData item as it appears in the Theme Description files
 	bool buffer;        ///< Sets whether this item is buffered on the backbuffer or drawn directly to the screen.
-	DrawData parent;    ///< Parent DrawData item, for items that overlay. E.g. kButtonIdle -> kButtonHover
+	DrawData parent;    ///< Parent DrawData item, for items that overlay. E.g. kDDButtonIdle -> kDDButtonHover
 };
 
 /**






More information about the Scummvm-git-logs mailing list