diff options
author | pekdon <pekdon> | 2002-02-02 21:54:31 (GMT) |
---|---|---|
committer | pekdon <pekdon> | 2002-02-02 21:54:31 (GMT) |
commit | 91f2750298b54c25f3f8dc9e9c64c22740422506 (patch) | |
tree | bb16a7c1c332e43f19ce3241ed24757831e0e635 /src/main.cc | |
parent | 0c2fc0568b5b8a90fdfec4949c0d4df81bcaacbf (diff) | |
download | fluxbox-91f2750298b54c25f3f8dc9e9c64c22740422506.zip fluxbox-91f2750298b54c25f3f8dc9e9c64c22740422506.tar.bz2 |
Spellerror + (c) date update
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cc b/src/main.cc index 266db84..5fb9d4f 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: main.cc,v 1.3 2002/01/11 09:31:10 fluxgen Exp $ | 25 | // $Id: main.cc,v 1.4 2002/02/02 21:54:31 pekdon Exp $ |
26 | 26 | ||
27 | // stupid macros needed to access some functions in version 2 of the GNU C | 27 | // stupid macros needed to access some functions in version 2 of the GNU C |
28 | // library | 28 | // library |
@@ -138,7 +138,7 @@ int main(int argc, char **argv) { | |||
138 | } | 138 | } |
139 | } else if (! strcmp(argv[i], "-version")) { | 139 | } else if (! strcmp(argv[i], "-version")) { |
140 | // print current version string | 140 | // print current version string |
141 | printf("Fluxbox %s : (c) 2001 - 2002 Henrik Kinnunen \n\n", | 141 | printf("Fluxbox %s : (c) 2001-2002 Henrik Kinnunen \n\n", |
142 | __fluxbox_version); | 142 | __fluxbox_version); |
143 | 143 | ||
144 | ::exit(0); | 144 | ::exit(0); |
@@ -151,7 +151,7 @@ int main(int argc, char **argv) { | |||
151 | #else // !NLS | 151 | #else // !NLS |
152 | 0, 0, | 152 | 0, 0, |
153 | #endif // NLS | 153 | #endif // NLS |
154 | "Fluxbox %s : (c) 2001 - 2002 Henrik Kinnunen\n\n" | 154 | "Fluxbox %s : (c) 2001-2002 Henrik Kinnunen\n\n" |
155 | " -display <string>\t\tuse display connection.\n" | 155 | " -display <string>\t\tuse display connection.\n" |
156 | " -rc <string>\t\t\tuse alternate resource file.\n" | 156 | " -rc <string>\t\t\tuse alternate resource file.\n" |
157 | " -version\t\t\tdisplay version and exit.\n" | 157 | " -version\t\t\tdisplay version and exit.\n" |