diff options
author | Vicent Marti | 2008-10-18 09:14:43 +0000 |
---|---|---|
committer | Vicent Marti | 2008-10-18 09:14:43 +0000 |
commit | df8af387fb33d5ef645e41b554267aaafd2432bf (patch) | |
tree | 0b48d85a3da98b274aa993e1c12bf5104e8b0c80 /gui/themes/scummmodern | |
parent | 6e8adf4ea69914dd48322a2b3aeb7d91301dbb45 (diff) | |
download | scummvm-rg350-df8af387fb33d5ef645e41b554267aaafd2432bf.tar.gz scummvm-rg350-df8af387fb33d5ef645e41b554267aaafd2432bf.tar.bz2 scummvm-rg350-df8af387fb33d5ef645e41b554267aaafd2432bf.zip |
Changed XML Parser to require standards-compilant XML header.
Updated STX version to 0.3
svn-id: r34817
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/THEMERC | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummodern_gfx.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummodern_layout.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummodern_layout_320.stx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gui/themes/scummmodern/THEMERC b/gui/themes/scummmodern/THEMERC index 66e46315a9..7dc80e8c64 100644 --- a/gui/themes/scummmodern/THEMERC +++ b/gui/themes/scummmodern/THEMERC @@ -1 +1 @@ -[SCUMMVM_STX0.2:ScummVM Modern Theme:No Author]
\ No newline at end of file +[SCUMMVM_STX0.3:ScummVM Modern Theme:No Author]
\ No newline at end of file diff --git a/gui/themes/scummmodern/scummodern_gfx.stx b/gui/themes/scummmodern/scummodern_gfx.stx index 148f1cb522..4c592bf3ac 100644 --- a/gui/themes/scummmodern/scummodern_gfx.stx +++ b/gui/themes/scummmodern/scummodern_gfx.stx @@ -22,7 +22,7 @@ - $Id$ - --> - +<?xml version = "1.0"?> <render_info> <palette> <color name = 'darkred' diff --git a/gui/themes/scummmodern/scummodern_layout.stx b/gui/themes/scummmodern/scummodern_layout.stx index 92de9dda46..ebf273ccf5 100644 --- a/gui/themes/scummmodern/scummodern_layout.stx +++ b/gui/themes/scummmodern/scummodern_layout.stx @@ -22,7 +22,7 @@ - $Id$ - --> - +<?xml version = "1.0"?> <layout_info resolution = '-320xY, -256x240'> <globals> <def var = 'Line.Height' value = '16' /> diff --git a/gui/themes/scummmodern/scummodern_layout_320.stx b/gui/themes/scummmodern/scummodern_layout_320.stx index 8c755b4ca2..c135d7e03a 100644 --- a/gui/themes/scummmodern/scummodern_layout_320.stx +++ b/gui/themes/scummmodern/scummodern_layout_320.stx @@ -22,7 +22,7 @@ - $Id$ - --> - +<?xml version = "1.0"?> <layout_info resolution = "320xY, 256x240"> <globals> <def var = 'Line.Height' value = '12' /> |