diff options
author | Nicola Mettifogo | 2007-09-19 08:40:12 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-09-19 08:40:12 +0000 |
commit | 258901bab96f0050385a9912c8ea0fe2a41b2d6f (patch) | |
tree | a3ae8675b679c9f3b58ac8d97c79369502ea23c1 /gui/themebrowser.cpp | |
parent | a89694c0d61a75a960f5bec6c498659c988401cc (diff) | |
download | scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.gz scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.bz2 scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.zip |
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
Diffstat (limited to 'gui/themebrowser.cpp')
-rw-r--r-- | gui/themebrowser.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gui/themebrowser.cpp b/gui/themebrowser.cpp index 75fe5404c4..cc2a96d733 100644 --- a/gui/themebrowser.cpp +++ b/gui/themebrowser.cpp @@ -22,7 +22,6 @@ * $Id$ */ -#include "common/stdafx.h" #include "gui/themebrowser.h" #include "gui/ListWidget.h" #include "gui/widget.h" @@ -89,7 +88,7 @@ void ThemeBrowser::handleCommand(CommandSender *sender, uint32 cmd, uint32 data) void ThemeBrowser::updateListing() { _themes.clear(); - + // classic is always build in Entry th; th.name = "Classic (Builtin)"; @@ -164,7 +163,7 @@ void ThemeBrowser::addDir(ThList &list, const Common::String &dir, int level) { break; } } - + if (add) list.push_back(th); } |