diff options
author | Alexander Tkachev | 2016-06-09 15:55:53 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | e1e48968b4e5b7d55594adf038657bf6a8d7bc43 (patch) | |
tree | 6cd6824c243c29575bbaab8843b77b2315921f94 /gui/options.h | |
parent | 9b15ec9989fc67a0537b1e70732d3dba48797165 (diff) | |
download | scummvm-rg350-e1e48968b4e5b7d55594adf038657bf6a8d7bc43.tar.gz scummvm-rg350-e1e48968b4e5b7d55594adf038657bf6a8d7bc43.tar.bz2 scummvm-rg350-e1e48968b4e5b7d55594adf038657bf6a8d7bc43.zip |
GUI: Replace Cloud tab's StorageBrowser with PopUp
Diffstat (limited to 'gui/options.h')
-rw-r--r-- | gui/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/options.h b/gui/options.h index 16ea424b6f..89670fdd64 100644 --- a/gui/options.h +++ b/gui/options.h @@ -247,7 +247,8 @@ protected: // Cloud controls // uint32 _selectedStorageIndex; - StaticTextWidget *_curStorage; + StaticTextWidget *_storagePopUpDesc; + PopUpWidget *_storagePopUp; StaticTextWidget *_storageUsernameDesc; StaticTextWidget *_storageUsername; StaticTextWidget *_storageUsedSpaceDesc; |