diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/ui_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++; |