From: Severin Meyer Date: Mon, 29 Dec 2014 03:01:58 +0000 (+0100) Subject: Remove spaces between chat continuation ellipsis, add leading space instead X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fmerge-requests%2F12%2Fhead;p=xonotic%2Fdarkplaces.git Remove spaces between chat continuation ellipsis, add leading space instead --- diff --git a/console.c b/console.c index 824e3aa0..1f5b30d9 100644 --- a/console.c +++ b/console.c @@ -1823,7 +1823,7 @@ void Con_DrawNotify (void) if(numChatlines) { - Con_DrawNotifyRect(CON_MASK_CHAT, CON_MASK_INPUT, con_chattime.value, x, v, vid_conwidth.value * con_chatwidth.value, height, con_chatsize.value, 0.0, 1.0, "^3. . . "); + Con_DrawNotifyRect(CON_MASK_CHAT, CON_MASK_INPUT, con_chattime.value, x, v, vid_conwidth.value * con_chatwidth.value, height, con_chatsize.value, 0.0, 1.0, "^3 ... "); v += height; } if (key_dest == key_message)