From c3b87f283a5a99ed8bac513c516bc5a184406391 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 15 Jan 2014 01:16:34 +0300 Subject: add option for edit screenshot dir. --- src/gui/widgets/tabs/setup_other.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/widgets/tabs/setup_other.cpp') diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp index 7dea0021f..940623379 100644 --- a/src/gui/widgets/tabs/setup_other.cpp +++ b/src/gui/widgets/tabs/setup_other.cpp @@ -371,6 +371,10 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : "", "usefbo", this, "usefboEvent"); #endif + // TRANSLATORS: settings option + new SetupItemTextField(_("Screenshot directory"), "", + "screenshotDirectory2", this, "screenshotDirectory2Event", true, true); + // TRANSLATORS: settings option new SetupItemIntTextField(_("Network delay between sub servers"), "", "networksleep", this, "networksleepEvent", 0, 10000); -- cgit v1.2.3-70-g09d2