[wmfs.c] Fix version in the bar status

This commit is contained in:
Martin Duquesnoy 2008-09-29 02:04:40 +02:00
parent 861b41a232
commit 954f2c3daa

2
wmfs.c
View File

@ -360,7 +360,7 @@ init(void)
CopyFromParent, DefaultVisual(dpy, screen),
CWOverrideRedirect | CWBackPixmap | CWEventMask, &at);
XMapRaised(dpy, bar);
strcpy(bartext, "WMFS-" WMFS_VERSION);
strcpy(bartext, WMFS_VERSION);
updatebutton(False);
updatebar();