summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-10 15:05:32 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-10 15:05:32 +0000
commit0ff4ddc70238e5344b3048214e6391675a6986d6 (patch)
treed5274c295d0a7daf05c2dfd175723a68995a26f4 /src/gipfel.cxx
parent502626eba0a3e8a5e1b01ec178434cad49244611 (diff)
Copyright update about dialog
Copyright update about dialog
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r--src/gipfel.cxx15
1 files changed, 9 insertions, 6 deletions
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 }
};