diff options
author | Eugene Sandulenko | 2016-03-31 13:59:01 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-03-31 13:59:01 +0200 |
commit | 2cde45fe6d94211d005cd32e7368769f8524bdec (patch) | |
tree | 91a874c102b2e69cd6390eeaa8fa459eb9d76f9b /gui/themes/scummclassic | |
parent | 82963f7446f336fe71e71f35fa39768aed059541 (diff) | |
download | scummvm-rg350-2cde45fe6d94211d005cd32e7368769f8524bdec.tar.gz scummvm-rg350-2cde45fe6d94211d005cd32e7368769f8524bdec.tar.bz2 scummvm-rg350-2cde45fe6d94211d005cd32e7368769f8524bdec.zip |
UPDATES: Implement Check now button in Options
Diffstat (limited to 'gui/themes/scummclassic')
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 3 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index b8b0d9a85d..65724d9faf 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -514,6 +514,9 @@ <widget name = 'UpdatesPopup' type = 'PopUp' /> + <widget name = 'UpdatesCheckManuallyButton' + type = 'Button' + /> </layout> <widget name='KeysButton' type='Button' diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index 7481f9ef54..f73f6e864b 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -519,6 +519,9 @@ <widget name = 'UpdatesPopup' type = 'PopUp' /> + <widget name = 'UpdatesCheckManuallyButton' + type = 'Button' + /> </layout> <widget name='KeysButton' type='Button' |