diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-26 12:15:09 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-26 12:15:09 +0100 |
commit | 0bf233691f005260e2bff33ebb727c0bcc4bfb1f (patch) | |
tree | 04a61a1e1ab69e6a199b942ac73d9c20d06e8445 /src | |
parent | a148daaa702fa62c35fa9250ab361e2f1ee28c75 (diff) |
version NEWS and copyright
Diffstat (limited to 'src')
-rw-r--r-- | src/gipfel.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx index c3b963b..02ab690 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -42,7 +42,7 @@ #define DATADIR "/usr/local/share" #endif -#define DEFAULT_DATAFILE DATADIR "/" PACKAGE_NAME "/alpinkoordinaten.dat" +#define DEFAULT_DATAFILE DATADIR "/" PACKAGE_NAME "/gipfel.dat" char *img_file = NULL; char *data_file = DEFAULT_DATAFILE; @@ -251,7 +251,8 @@ void about_cb() { fl_message("gipfel -- and you know what you see.\n" "Version %s\n\n" "(c) Johannes Hofmann 2006-2009\n\n" - "Default datafile by http://www.alpin-koordinaten.de\n", + "Default datafile from http://www.viewfinderpanoramas.org/ and\n" + "http://www.alpin-koordinaten.de\n", VERSION); } |