diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-17 11:38:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-17 11:38:24 +0300 |
commit | 154186bc49d49f1c20c3fcf8ec79494460ed63af (patch) | |
tree | c2ae0a59bb6234ab3508aeec96876d57102f7369 /src/gui/widgets/tabs | |
parent | 586ba5e0ba0f8e4592ac01ec1456c6720995c2be (diff) | |
download | plus-154186bc49d49f1c20c3fcf8ec79494460ed63af.tar.gz plus-154186bc49d49f1c20c3fcf8ec79494460ed63af.tar.bz2 plus-154186bc49d49f1c20c3fcf8ec79494460ed63af.tar.xz plus-154186bc49d49f1c20c3fcf8ec79494460ed63af.zip |
disable for now screenshot dir editing in windows.
Diffstat (limited to 'src/gui/widgets/tabs')
-rw-r--r-- | src/gui/widgets/tabs/setup_other.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp index 940623379..9f3c30dec 100644 --- a/src/gui/widgets/tabs/setup_other.cpp +++ b/src/gui/widgets/tabs/setup_other.cpp @@ -371,9 +371,11 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : "", "usefbo", this, "usefboEvent"); #endif +#ifndef WIN32 // TRANSLATORS: settings option new SetupItemTextField(_("Screenshot directory"), "", "screenshotDirectory2", this, "screenshotDirectory2Event", true, true); +#endif // TRANSLATORS: settings option new SetupItemIntTextField(_("Network delay between sub servers"), |