[Scummvm-cvs-logs] SF.net SVN: scummvm:[34920] scummvm/trunk/gui/launcher.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Nov 7 00:29:49 CET 2008


Revision: 34920
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34920&view=rev
Author:   thebluegr
Date:     2008-11-06 23:29:48 +0000 (Thu, 06 Nov 2008)

Log Message:
-----------
Fixed colors for the GMM save/load dialogs

Modified Paths:
--------------
    scummvm/trunk/gui/launcher.cpp

Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp	2008-11-06 22:00:29 UTC (rev 34919)
+++ scummvm/trunk/gui/launcher.cpp	2008-11-06 23:29:48 UTC (rev 34920)
@@ -477,8 +477,7 @@
 	: Dialog("ScummSaveLoad"), _delSupport(0), _list(0), _chooseButton(0), _deleteButton(0), _gfxWidget(0)  {
 	_delSupport = _metaInfoSupport = _thumbnailSupport = _saveDateSupport = _playTimeSupport = false;
 
-//	_drawingHints |= GUI::THEME_HINT_SPECIAL_COLOR;
-	_backgroundType = Theme::kDialogBackgroundDefault;
+	_backgroundType = Theme::kDialogBackgroundSpecial;
 
 	new StaticTextWidget(this, "ScummSaveLoad.Title", title);
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list