From 634149ac7d248d2e078ee9707379a5056d31077e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 3 Jul 2011 16:04:56 +0300 Subject: Move some settings from video tab to other tabs. --- src/gui/setup_other.cpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src/gui/setup_other.cpp') diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index 07409ee80..1f5b254a1 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -123,6 +123,27 @@ Setup_Other::Setup_Other() new SetupItemCheckBox(_("Enable debug log"), "", "debugLog", this, "debugLogEvent"); + new SetupItemCheckBox(_("Draw path"), "", "drawPath", + this, "drawPathEvent"); + + new SetupItemCheckBox(_("Show job"), "", "showJob", + this, "showJobEvent", false); + + new SetupItemCheckBox(_("Log NPC dialogue"), "", "logNpcInGui", + this, "logNpcInGuiEvent"); + + new SetupItemCheckBox(_("Draw hotkeys on map"), "", "drawHotKeys", + this, "drawHotKeysEvent"); + + new SetupItemCheckBox(_("Sync player move"), "", "syncPlayerMove", + this, "syncPlayerMoveEvent"); + + new SetupItemCheckBox(_("Low traffic mode"), "", "lowTraffic", + this, "lowTrafficEvent"); + + new SetupItemCheckBox(_("Hide shield sprite"), "", "hideShield", + this, "hideShieldEvent"); + setDimension(gcn::Rectangle(0, 0, 550, 350)); } -- cgit v1.2.3-60-g2f50