summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-04-07 08:37:39 +0000
committertron <tron@openttd.org>2006-04-07 08:37:39 +0000
commit90927c22a56d7094efab267e648e3a40cef98363 (patch)
tree0c13fab0f9f0d3cb97c98e9ba4148f190bbba4fb /main_gui.c
parent98b51c36e201904a9b4ac8ca25ef9a257bdf172e (diff)
downloadopenttd-90927c22a56d7094efab267e648e3a40cef98363.tar.xz
(svn r4310) The chat box has no visible window title, therefore remove the string
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_gui.c b/main_gui.c
index a0fcf5652..9fdc1d4e3 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -332,7 +332,7 @@ void ShowNetworkChatQueryWindow(byte desttype, byte dest)
{
_rename_id = desttype + (dest << 8);
_rename_what = 2;
- ShowChatWindow(STR_NETWORK_CHAT_QUERY_CAPTION, 150, 338, 1, 0);
+ ShowChatWindow(150, 338, 1, 0);
}
void ShowNetworkGiveMoneyWindow(byte player)