changeset 1517:1be17c662b8e

Always show current filename in the window title.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 23:10:21 +0300
parents 530ce92c513f
children 24b8b452925e
files tools/64vw.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/64vw.c	Fri May 11 22:52:06 2018 +0300
+++ b/tools/64vw.c	Fri May 11 23:10:21 2018 +0300
@@ -399,8 +399,8 @@
 
             if (title == NULL)
             {
-                title = dm_strdup_printf("%s [%d / %d]",
-                    dmProgName,
+                title = dm_strdup_printf("%s - %s [%d / %d]",
+                    dmProgName, filename,
                     currIndex + 1, noptFilenames2);
             }