From 0ff4ddc70238e5344b3048214e6391675a6986d6 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 10 May 2005 15:05:32 +0000 Subject: Copyright update about dialog Copyright update about dialog --- src/GipfelWidget.H | 6 ++---- src/GipfelWidget.cxx | 6 +++--- src/Hill.H | 6 ++---- src/Hill.cxx | 6 +++--- src/Panorama.H | 6 ++---- src/Panorama.cxx | 4 ++-- src/gipfel.cxx | 15 +++++++++------ 7 files changed, 23 insertions(+), 26 deletions(-) diff --git a/src/GipfelWidget.H b/src/GipfelWidget.H index cd7e7ad..329e5f4 100644 --- a/src/GipfelWidget.H +++ b/src/GipfelWidget.H @@ -1,9 +1,7 @@ // -// "$Id: GipfelWidget.H,v 1.18 2005/05/08 18:02:38 hofmann Exp $" +// "$Id: GipfelWidget.H,v 1.19 2005/05/10 17:05:32 hofmann Exp $" // -// X11 header file for the Fast Light Tool Kit (FLTK). -// -// Copyright 2004 by Johannes Hofmann +// Copyright 2005 by Johannes Hofmann // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx index d789414..69e3198 100644 --- a/src/GipfelWidget.cxx +++ b/src/GipfelWidget.cxx @@ -1,9 +1,9 @@ // -// "$Id: GipfelWidget.cxx,v 1.26 2005/05/10 17:00:57 hofmann Exp $" +// "$Id: GipfelWidget.cxx,v 1.27 2005/05/10 17:05:32 hofmann Exp $" // -// PSEditWidget routines. +// GipfelWidget routines. // -// Copyright 2004 by Johannes Hofmann +// Copyright 2005 by Johannes Hofmann // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Hill.H b/src/Hill.H index 9d5205f..b3da4a6 100644 --- a/src/Hill.H +++ b/src/Hill.H @@ -1,9 +1,7 @@ // -// "$Id: Hill.H,v 1.12 2005/05/08 18:02:38 hofmann Exp $" +// "$Id: Hill.H,v 1.13 2005/05/10 17:05:32 hofmann Exp $" // -// X11 header file for the Fast Light Tool Kit (FLTK). -// -// Copyright 2004 by Johannes Hofmann +// Copyright 2005 by Johannes Hofmann // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Hill.cxx b/src/Hill.cxx index a37c7ab..02d3728 100644 --- a/src/Hill.cxx +++ b/src/Hill.cxx @@ -1,9 +1,9 @@ // -// "$Id: Hill.cxx,v 1.11 2005/05/08 18:02:38 hofmann Exp $" +// "$Id: Hill.cxx,v 1.12 2005/05/10 17:05:32 hofmann Exp $" // -// PSEditWidget routines. +// Hill routines. // -// Copyright 2004 by Johannes Hofmann +// Copyright 2005 by Johannes Hofmann // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Panorama.H b/src/Panorama.H index aa84691..5ee1698 100644 --- a/src/Panorama.H +++ b/src/Panorama.H @@ -1,9 +1,7 @@ // -// "$Id: Panorama.H,v 1.16 2005/05/08 18:02:38 hofmann Exp $" +// "$Id: Panorama.H,v 1.17 2005/05/10 17:05:32 hofmann Exp $" // -// X11 header file for the Fast Light Tool Kit (FLTK). -// -// Copyright 2004 by Johannes Hofmann +// Copyright 2005 by Johannes Hofmann // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Panorama.cxx b/src/Panorama.cxx index 5d05029..e6349e1 100644 --- a/src/Panorama.cxx +++ b/src/Panorama.cxx @@ -1,9 +1,9 @@ // -// "$Id: Panorama.cxx,v 1.35 2005/05/10 16:46:14 hofmann Exp $" +// "$Id: Panorama.cxx,v 1.36 2005/05/10 17:05:32 hofmann Exp $" // // Panorama routines. // -// Copyright 2004 by Johannes Hofmann +// Copyright 2005 by Johannes Hofmann // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/gipfel.cxx b/src/gipfel.cxx index d7b9ab9..e78d5ff 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -1,9 +1,9 @@ // -// "$Id: gipfel.cxx,v 1.21 2005/05/10 16:46:14 hofmann Exp $" +// "$Id: gipfel.cxx,v 1.22 2005/05/10 17:05:32 hofmann Exp $" // // gipfel program. // -// Copyright 2004 by Johannes Hofmann +// Copyright 2005 by Johannes Hofmann // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public @@ -114,15 +114,18 @@ void guess_cb(Fl_Widget *, void *) { } void about_cb() { - fl_message("flpsed -- a pseudo PostScript editor\n" - "(c) Johannes Hofmann 2004, 2005\n\n" - "PostScript is a registered trademark of Adobe Systems"); + fl_message("gipfel -- and you know what you see.\n" + "(c) Johannes Hofmann 2005\n"); + } Fl_Menu_Item menuitems[] = { { "&File", 0, 0, 0, FL_SUBMENU }, - { "&Quit", FL_CTRL + 'q', (Fl_Callback *)quit_cb, 0 }, + { "&Quit", FL_CTRL + 'q', (Fl_Callback *)quit_cb, 0 }, {0}, + { "&Help", 0, 0, 0, FL_SUBMENU }, + { "About", 0, (Fl_Callback *)about_cb }, + { 0 }, { 0 } }; -- cgit v1.2.3