From 1e522f9b2cf2720cb0905d7a8e38bb09e8a034eb Mon Sep 17 00:00:00 2001 From: JoshuaJB Date: Wed, 1 Jan 2014 00:23:18 +0000 Subject: [PATCH] Fix bug with rating in lobby bot, remove superfluous GUI typedef, and change the lobby chat autocompletion to use tab. This was SVN commit r14467. --- binaries/data/config/default.cfg | 1 - binaries/data/mods/public/gui/lobby/lobby.xml | 7 +------ binaries/data/mods/public/gui/savedgames/save.xml | 4 +++- source/gui/CInput.cpp | 3 ++- source/gui/GUIbase.h | 3 ++- source/gui/IGUIObject.h | 3 --- source/tools/XpartaMuPP/XpartaMuPP.py | 4 ++-- 7 files changed, 10 insertions(+), 15 deletions(-) diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg index 78f8992294..06fc31649b 100644 --- a/binaries/data/config/default.cfg +++ b/binaries/data/config/default.cfg @@ -310,7 +310,6 @@ hotkey.session.highlightguarded = PgUp ; Toggle highlight of guarded units ; > HOTKEYS ONLY hotkey.chat = Return ; Toggle chat window hotkey.teamchat = "T" ; Toggle chat window in team chat mode -hotkey.complete.playername = "Alt+C" ; Complete a player's name ; > GUI TEXTBOX HOTKEYS hotkey.text.delete.left = "Ctrl+Backspace" ; Delete word to the left of cursor diff --git a/binaries/data/mods/public/gui/lobby/lobby.xml b/binaries/data/mods/public/gui/lobby/lobby.xml index 5ccb776da1..13c91707ad 100644 --- a/binaries/data/mods/public/gui/lobby/lobby.xml +++ b/binaries/data/mods/public/gui/lobby/lobby.xml @@ -8,12 +8,6 @@