diff --git a/wmfs.c b/wmfs.c index 6c455ab..c1fdb34 100644 --- a/wmfs.c +++ b/wmfs.c @@ -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();