shithub: choc

Download patch

ref: f1d79f495d4ad394c87d7fc11132c120736658fa
parent: 2abeaa31ee536faefb640bf5d1cf3bbf421464ab
author: Simon Howard <fraggle@gmail.com>
date: Fri Sep 20 19:08:46 EDT 2013

Set a title on the ENDOOM window.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2668

--- a/src/i_endoom.c
+++ b/src/i_endoom.c
@@ -26,6 +26,7 @@
 #include <stdio.h>
 #include <string.h>
 
+#include "config.h"
 #include "doomtype.h"
 #include "i_video.h"
 
@@ -47,6 +48,7 @@
     // Set up text mode screen
 
     TXT_Init();
+    TXT_SetWindowTitle(PACKAGE_STRING);
 
     // Write the data to the screen memory