diff options
Diffstat (limited to 'gui/options.h')
-rw-r--r-- | gui/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h index 44ff0a7d4c..08965e7fe5 100644 --- a/gui/options.h +++ b/gui/options.h @@ -109,6 +109,7 @@ public: protected: BrowserDialog *_browser; StaticTextWidget *_savePath; + StaticTextWidget *_extraPath; }; } // End of namespace GUI |