From 4c7af5e0e849530434258c61bdd4e4d58b470a7b Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sat, 27 Sep 2008 18:30:20 +0200 Subject: [PATCH] [wmfs.c] Add WMFS front of the version in the bar status --- wmfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmfs.c b/wmfs.c index a443b04..d929a13 100644 --- a/wmfs.c +++ b/wmfs.c @@ -375,7 +375,7 @@ init(void) CopyFromParent, DefaultVisual(dpy, screen), CWOverrideRedirect | CWBackPixmap | CWEventMask, &at); XMapRaised(dpy, bar); - strcpy(bartext, WMFS_VERSION); + strcpy(bartext, "WMFS-" WMFS_VERSION); updatebutton(False); updatebar();