aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-09-14 20:42:50 +0000
committerJohannes Schickel2008-09-14 20:42:50 +0000
commit41312a0eadfaa971a64da2a2319ace832b1e55be (patch)
tree9e380c185e822c86d2ddb2aa9400ab7232d9669a /gui/theme.h
parent5fdd883327da62f66f4c70895ae1df3aa9154e71 (diff)
downloadscummvm-rg350-41312a0eadfaa971a64da2a2319ace832b1e55be.tar.gz
scummvm-rg350-41312a0eadfaa971a64da2a2319ace832b1e55be.tar.bz2
scummvm-rg350-41312a0eadfaa971a64da2a2319ace832b1e55be.zip
Added ScummVM logo to GMM.
svn-id: r34537
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 3201eefca0..8e17dd0572 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -356,7 +356,8 @@ public:
//! Special image ids for images used in the GUI
enum kThemeImages {
- kImageLogo = 0 //! ScummVM Logo used in the launcher
+ kImageLogo = 0, //! ScummVM Logo used in the launcher
+ kImageLogoSmall //! ScummVM logo used in the GMM
};
/**