From 258901bab96f0050385a9912c8ea0fe2a41b2d6f Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 19 Sep 2007 08:40:12 +0000 Subject: Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. svn-id: r28966 --- gui/themebrowser.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gui/themebrowser.cpp') 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); } -- cgit v1.2.3