From a3e193fd9d2e7149742b63b0c8201083430aa622 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 15 Aug 2002 23:58:38 +0000 Subject: * Bugfix to non-implemented infopane error --- src/ui/ui_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index f02c3411..83a9d27b 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -1048,7 +1048,7 @@ tremInfoPane_t *UI_FindInfoPaneByName( const char *name ) //create a dummy infopane demanding the user write the infopane uiInfo.tremInfoPanes[ i ].name = String_Alloc( name ); - strncpy( uiInfo.tremInfoPanes[ i ].text, "Not implemented.\n\nui/infopanes.def", MAX_INFOPANE_TEXT ); + strncpy( uiInfo.tremInfoPanes[ i ].text, "Not implemented.\n\nui/infopanes.def\n", MAX_INFOPANE_TEXT ); Q_strcat( uiInfo.tremInfoPanes[ i ].text, MAX_INFOPANE_TEXT, String_Alloc( name ) ); uiInfo.tremInfoPaneCount++; -- cgit