aboutsummaryrefslogtreecommitdiff
path: root/gui/options.h
diff options
context:
space:
mode:
authorEugene Sandulenko2011-10-24 19:34:10 +0100
committerEugene Sandulenko2011-10-25 14:56:05 +0100
commit2b6c2da831970fff17035cc38dd6ad44a6ac06b4 (patch)
tree8c222fd21221e551270317fe8f840b58ebfba765 /gui/options.h
parent202cce30b3d6e1e3912f6eee97a1e8a72a80d70f (diff)
downloadscummvm-rg350-2b6c2da831970fff17035cc38dd6ad44a6ac06b4.tar.gz
scummvm-rg350-2b6c2da831970fff17035cc38dd6ad44a6ac06b4.tar.bz2
scummvm-rg350-2b6c2da831970fff17035cc38dd6ad44a6ac06b4.zip
GUI: Added clear button to paths
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 c6b1d328c1..92ce3e5df4 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -196,8 +196,11 @@ protected:
KeysDialog *_keysDialog;
#endif
StaticTextWidget *_savePath;
+ ButtonWidget *_savePathClearButton;
StaticTextWidget *_themePath;
+ ButtonWidget *_themePathClearButton;
StaticTextWidget *_extraPath;
+ ButtonWidget *_extraPathClearButton;
#ifdef DYNAMIC_MODULES
StaticTextWidget *_pluginsPath;
#endif