aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
diff options
context:
space:
mode:
authorBastien Bouclet2016-09-13 14:22:18 +0200
committerBastien Bouclet2016-09-13 14:25:37 +0200
commitcd803d7ca7dcac1f747e9ec6d75f0048825e6f06 (patch)
tree80e524ff293d6ce28fcb9cdc55d6bc9297b3676f /gui/themes
parentd059f3b7d661dc8d080880e85e408a75f273714e (diff)
downloadscummvm-rg350-cd803d7ca7dcac1f747e9ec6d75f0048825e6f06.tar.gz
scummvm-rg350-cd803d7ca7dcac1f747e9ec6d75f0048825e6f06.tar.bz2
scummvm-rg350-cd803d7ca7dcac1f747e9ec6d75f0048825e6f06.zip
GUI: Fix a typo in the low resolution theme layouts
This caused a crash when opening to options dialog in low resolution.
Diffstat (limited to 'gui/themes')
-rw-r--r--gui/themes/default.inc2
-rw-r--r--gui/themes/scummclassic.zipbin130414 -> 126490 bytes
-rw-r--r--gui/themes/scummclassic/classic_layout_lowres.stx2
-rw-r--r--gui/themes/scummmodern.zipbin1650222 -> 1646030 bytes
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx2
5 files changed, 3 insertions, 3 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index f914966d1b..07e596163d 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -2705,7 +2705,7 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
"<widget name='RootPathButton' "
"type='Button' "
"/>"
-"<widget name='RootPathPath' "
+"<widget name='RootPath' "
"height='Globals.Line.Height' "
"/>"
"<widget name='RootPathClearButton' "
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index e574fe5039..eb0ded5162 100644
--- a/gui/themes/scummclassic.zip
+++ b/gui/themes/scummclassic.zip
Binary files differ
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx
index e19256695c..212ef7c451 100644
--- a/gui/themes/scummclassic/classic_layout_lowres.stx
+++ b/gui/themes/scummclassic/classic_layout_lowres.stx
@@ -600,7 +600,7 @@
<widget name = 'RootPathButton'
type = 'Button'
/>
- <widget name = 'RootPathPath'
+ <widget name = 'RootPath'
height = 'Globals.Line.Height'
/>
<widget name = 'RootPathClearButton'
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 78b62d4286..0b8b771bf6 100644
--- a/gui/themes/scummmodern.zip
+++ b/gui/themes/scummmodern.zip
Binary files differ
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index 3416fbeb5e..2ca89ce734 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -598,7 +598,7 @@
<widget name = 'RootPathButton'
type = 'Button'
/>
- <widget name = 'RootPathPath'
+ <widget name = 'RootPath'
height = 'Globals.Line.Height'
/>
<widget name = 'RootPathClearButton'