]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Remove spaces between chat continuation ellipsis, add leading space instead sev/legacy_char_replacement 12/head
authorSeverin Meyer <sev.ch@web.de>
Mon, 29 Dec 2014 03:01:58 +0000 (04:01 +0100)
committerSeverin Meyer <sev.ch@web.de>
Mon, 29 Dec 2014 03:01:58 +0000 (04:01 +0100)
console.c

index 824e3aa0a89cd66755050a6fd124e7aa2af70015..1f5b30d91e6bd9c3a4af484d37fcaeaca172679f 100644 (file)
--- 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)