diff options
author | lubomyr | 2017-02-14 15:13:58 +0200 |
---|---|---|
committer | lubomyr | 2017-02-14 15:13:58 +0200 |
commit | 216f9c4f11cd95f9e4ed049c9ecc97304e83f837 (patch) | |
tree | d28adb26dca57181721d175e435b3140daba813d /gui/themes/scummclassic | |
parent | f8c4274f1a0bdde91123f3cd493d14e5a1b1a91e (diff) | |
download | scummvm-rg350-216f9c4f11cd95f9e4ed049c9ecc97304e83f837.tar.gz scummvm-rg350-216f9c4f11cd95f9e4ed049c9ecc97304e83f837.tar.bz2 scummvm-rg350-216f9c4f11cd95f9e4ed049c9ecc97304e83f837.zip |
ANDROIDSDL: backend related checking in options.cpp replaced with hasFeature... condition, renamed some fields and methods
Diffstat (limited to 'gui/themes/scummclassic')
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index f85020824d..a1a148b0c7 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -238,7 +238,7 @@ </layout> </dialog> - <dialog name = 'GlobalOptions_AndroidSdl' overlays = 'Dialog.GlobalOptions.TabWidget'> + <dialog name = 'GlobalOptions_Control' overlays = 'Dialog.GlobalOptions.TabWidget'> <layout type = 'vertical' padding = '16, 16, 16, 16' spacing = '8'> <widget name = 'grOnScreenCheckbox' type = 'Checkbox' diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index b660b4a8f5..1627ee6ce2 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -235,7 +235,7 @@ </layout> </dialog> - <dialog name = 'GlobalOptions_AndroidSdl' overlays = 'Dialog.GlobalOptions.TabWidget'> + <dialog name = 'GlobalOptions_Control' overlays = 'Dialog.GlobalOptions.TabWidget'> <layout type = 'vertical' padding = '16, 16, 16, 16' spacing = '8'> <widget name = 'grOnScreenCheckbox' type = 'Checkbox' |