From 80e059f2bb61f58e02d44d9dd125d23627d38b83 Mon Sep 17 00:00:00 2001
From: Vicent Marti
Date: Wed, 13 Aug 2008 18:48:14 +0000
Subject: Fixed compilation bugs in non-OSX platforms.
svn-id: r33836
---
dists/msvc9/scummvm.vcproj | 20 --------------------
gui/browser.cpp | 2 +-
gui/themes/scummodern.zip | Bin 121066 -> 114585 bytes
3 files changed, 1 insertion(+), 21 deletions(-)
diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj
index 1a6d3519c8..7fd256cd42 100644
--- a/dists/msvc9/scummvm.vcproj
+++ b/dists/msvc9/scummvm.vcproj
@@ -1100,14 +1100,6 @@
RelativePath="..\..\gui\EditTextWidget.h"
>
-
-
-
-
@@ -1196,10 +1188,6 @@
RelativePath="..\..\gui\TabWidget.h"
>
-
-
@@ -1216,14 +1204,6 @@
RelativePath="..\..\gui\themebrowser.h"
>
-
-
-
-
diff --git a/gui/browser.cpp b/gui/browser.cpp
index 21d492f942..a5c71e6987 100644
--- a/gui/browser.cpp
+++ b/gui/browser.cpp
@@ -150,7 +150,7 @@ BrowserDialog::BrowserDialog(const char *title, bool dirBrowser)
_fileList->setNumberingMode(kListNumberingOff);
_fileList->setEditable(false);
- _fileList->setHints(THEME_HINT_PLAIN_COLOR);
+ _backgroundType = GUI::Theme::kDialogBackgroundPlain;
// Buttons
new ButtonWidget(this, "Browser.Up", "Go up", kGoUpCmd, 0);
diff --git a/gui/themes/scummodern.zip b/gui/themes/scummodern.zip
index 4f83ad5cd8..940377a713 100644
Binary files a/gui/themes/scummodern.zip and b/gui/themes/scummodern.zip differ
--
cgit v1.2.3