Changeset - r1953:aafd38eeaaa4
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2005-06-18 20:23:35
darkvater@openttd.org
(svn r2459) - Fix: windows title-bar did not correctly add date/revision for nightly build
1 file changed with 1 insertions and 2 deletions:
win32.c
1
2
0 comments (0 inline, 0 general)
win32.c
Show inline comments
 
@@ -518,8 +518,7 @@ static void MakeWindow(bool full_screen)
 
		} else {
 
			char Windowtitle[50] = "OpenTTD ";
 

	
 
			snprintf(Windowtitle, lengthof(Windowtitle), "OpenTTD %s",
 
				_openttd_revision);
 
			strncat(Windowtitle, _openttd_revision, lengthof(Windowtitle));
 

	
 
			_wnd.main_wnd = CreateWindow("TTD", Windowtitle, style, x, y, w, h, 0, 0, _inst, 0);
 
			if (_wnd.main_wnd == NULL)
0 comments (0 inline, 0 general)