diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2005-09-13 18:59:51 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2005-09-13 18:59:51 +0200 |
commit | f4e6323870d5bca2e3347957c7188fcac0720b16 (patch) | |
tree | d72f5ee16cacc1362d98586486f7f3c463f10573 /src | |
parent | 923394d61facebf3ec2c32ab8ecd6d2a4fbda217 (diff) |
cleanups for 0.1.0 release
Diffstat (limited to 'src')
-rw-r--r-- | src/gipfel.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 3f48877..373d82a 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -24,13 +24,7 @@ #include <stdio.h> #include <string.h> #include <unistd.h> -#include <signal.h> #include <stdlib.h> -#include <sys/types.h> -#include <sys/wait.h> -#include <fcntl.h> -#include <errno.h> -#include <signal.h> #include <FL/Fl.H> #include <FL/Fl_Window.H> @@ -169,7 +163,9 @@ void guess_cb(Fl_Widget *, void *) { void about_cb() { fl_message("gipfel -- and you know what you see.\n" "Version %s\n\n" - "(c) Johannes Hofmann 2005\n", VERSION); + "(c) Johannes Hofmann 2005\n\n" + "Default datafile by http://www.alpin-koordinaten.de\n", + VERSION); } |