[wmfs.c] Add WMFS front of the version in the bar status

This commit is contained in:
Martin Duquesnoy 2008-09-27 18:30:20 +02:00
parent 7f48bd016c
commit 4c7af5e0e8

2
wmfs.c
View File

@ -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();