aboutsummaryrefslogtreecommitdiff
path: root/gui/options.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-08-01 15:49:42 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commitfaf849012cd431e9d4dbdbe7a3c1ebf514d3f5c8 (patch)
treec24689fd19a8b5aea6b054c3f1ba8bdc25fd2297 /gui/options.h
parentacfa1d1f1069e4a4bbed8599d0e6b4e9b2ea37fe (diff)
downloadscummvm-rg350-faf849012cd431e9d4dbdbe7a3c1ebf514d3f5c8.tar.gz
scummvm-rg350-faf849012cd431e9d4dbdbe7a3c1ebf514d3f5c8.tar.bz2
scummvm-rg350-faf849012cd431e9d4dbdbe7a3c1ebf514d3f5c8.zip
CLOUD: Add GUI for "rootpath" selection
Cloud tab now contains a button to select path, path label and a clear button.
Diffstat (limited to 'gui/options.h')
-rw-r--r--gui/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h
index 42e8ffbbde..03dbdac492 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -268,6 +268,9 @@ protected:
ButtonWidget *_storageDownloadButton;
ButtonWidget *_runServerButton;
StaticTextWidget *_serverInfoLabel;
+ ButtonWidget *_rootPathButton;
+ StaticTextWidget *_rootPath;
+ ButtonWidget *_rootPathClearButton;
StaticTextWidget *_serverPortDesc;
EditTextWidget *_serverPort;
ButtonWidget *_serverPortClearButton;