From 1a40caacaab56d4eabd79446f45bdd007e58d351 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sat, 15 Jul 2017 23:54:49 -0400 Subject: [PATCH] wmbutton: Remove version number from README and source code comment. --- wmbutton/README | 9 +++------ wmbutton/wmbutton.c | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/wmbutton/README b/wmbutton/README index 7b30a42..f1b6a79 100644 --- a/wmbutton/README +++ b/wmbutton/README @@ -1,10 +1,9 @@ -wmbutton Ver. 0 Rel 6.1 +wmbutton ------------------------------------------------------------- Code is based on wmppp, wmload, wmtime, wmcp, and asbutton Author: Edward H. Flora This version is released by: Christian 'Greek0' Aichinger - Ver 0 Rel 6.1 Jan 23, 2005 DESCRIPTION: ------------ @@ -52,10 +51,10 @@ helping out, catching bugs in the code, etc. INSTALLATION: ------------- Untar the file: - tar xvzf wmbutton-0.6.1.tar.gz + tar xvzf wmbutton-*.tar.gz CD to source directory: - cd wmbutton-0.6.1 + cd wmbutton-* Edit background xpm, and buttons.xpm to your preferences There are icon files in ./icons to work from @@ -97,8 +96,6 @@ USAGE: wmbutton [-g geom] [-d dpy] [-f cfgfile] [-b btnfile] [-F ] [-v] [-s] [-n] - wmbutton Ver 0 Rel 6.1 - -g Window Geometry - ie: 64x64+10+10 -d Display - ie: 127.0.0.1:0.0 -f Full path to configuration file. diff --git a/wmbutton/wmbutton.c b/wmbutton/wmbutton.c index 6d4dd26..8e1d678 100644 --- a/wmbutton/wmbutton.c +++ b/wmbutton/wmbutton.c @@ -1,7 +1,6 @@ /*********************************************************************** * Code is based on wmppp, wmload, wmtime, wmcp, and asbutton * Author: Edward H. Flora - * Ver 0 Rel 6.1 Jan 23, 2005 * * Contributors: * Christian 'Greek0' Aichinger