diff options
Diffstat (limited to 'src/LYMainLoop.c')
-rw-r--r-- | src/LYMainLoop.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/LYMainLoop.c b/src/LYMainLoop.c index bbc076c2..0994de49 100644 --- a/src/LYMainLoop.c +++ b/src/LYMainLoop.c @@ -5009,7 +5009,9 @@ check_add_bookmark_to_self: break; } #endif /* VMS */ - fprintf(tfp, "\t\t%s\n\n", LYNX_TRACELOG_TITLE); + fprintf(tfp, "\t\t%s (%s)\n\n", + LYNX_TRACELOG_TITLE, + LYNX_VERSION); } HTUserMsg(WWW_TraceFlag ? TRACE_ON : TRACE_OFF); break; |