From 49eb5513a6b4ae8476f04b4c7c60c45715cf0e62 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 5 May 2009 23:03:27 +0200 Subject: Don't short the shortcut windows by default The item shortcut window is easily accessible for those who want it, but it's a bit of a power feature so it shouldn't be shown by default. --- src/gui/emoteshortcutcontainer.cpp | 43 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 21 deletions(-) (limited to 'src/gui/emoteshortcutcontainer.cpp') diff --git a/src/gui/emoteshortcutcontainer.cpp b/src/gui/emoteshortcutcontainer.cpp index ae5eb859..8e37be72 100644 --- a/src/gui/emoteshortcutcontainer.cpp +++ b/src/gui/emoteshortcutcontainer.cpp @@ -19,27 +19,28 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "emoteshortcutcontainer.h" -#include "palette.h" - -#include "../animatedsprite.h" -#include "../configuration.h" -#include "../emoteshortcut.h" -#include "../graphics.h" -#include "../inventory.h" -#include "../item.h" -#include "../itemshortcut.h" -#include "../keyboardconfig.h" -#include "../localplayer.h" -#include "../log.h" - -#include "../resources/emotedb.h" -#include "../resources/image.h" -#include "../resources/resourcemanager.h" - -#include "../utils/dtor.h" -#include "../utils/gettext.h" -#include "../utils/stringutils.h" +#include "gui/emoteshortcutcontainer.h" + +#include "gui/palette.h" + +#include "animatedsprite.h" +#include "configuration.h" +#include "emoteshortcut.h" +#include "graphics.h" +#include "inventory.h" +#include "item.h" +#include "itemshortcut.h" +#include "keyboardconfig.h" +#include "localplayer.h" +#include "log.h" + +#include "resources/emotedb.h" +#include "resources/image.h" +#include "resources/resourcemanager.h" + +#include "utils/dtor.h" +#include "utils/gettext.h" +#include "utils/stringutils.h" static const int MAX_ITEMS = 12; -- cgit v1.2.3-60-g2f50