diff options
author | Filippos Karapetis | 2008-11-06 23:29:48 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-11-06 23:29:48 +0000 |
commit | 3cdb3d76c343ef6a2a2ff85915cc8273dbd446da (patch) | |
tree | c9de92932314bff0bbc0088f79b5b88e0e8dc5c0 /gui | |
parent | 2d42880ccf0bcfbce72bf3c8d747d09b32073655 (diff) | |
download | scummvm-rg350-3cdb3d76c343ef6a2a2ff85915cc8273dbd446da.tar.gz scummvm-rg350-3cdb3d76c343ef6a2a2ff85915cc8273dbd446da.tar.bz2 scummvm-rg350-3cdb3d76c343ef6a2a2ff85915cc8273dbd446da.zip |
Fixed colors for the GMM save/load dialogs
svn-id: r34920
Diffstat (limited to 'gui')
-rw-r--r-- | gui/launcher.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp index 88c922bc58..9176dc9426 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -477,8 +477,7 @@ SaveLoadChooser::SaveLoadChooser(const String &title, const String &buttonLabel) : 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); |