diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-01-15 02:26:54 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-01-15 02:26:54 +0000 |
| commit | f7305675c4fe4a909da5244441d209f304c60240 (patch) | |
| tree | 51702c9415513778eddf3031be96a0ffb8abc8fc /fluid | |
| parent | a10e58204cbdaa1d9481adc0e6f1b67be87fdf70 (diff) | |
More copyright updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4748 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/about_panel.cxx | 4 | ||||
| -rw-r--r-- | fluid/about_panel.fl | 18 | ||||
| -rw-r--r-- | fluid/about_panel.h | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index dcb60e32a..fd559c750 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -3,7 +3,7 @@ // // About dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -287,7 +287,7 @@ Fl_Double_Window* make_about_panel() { o->labelsize(18); o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE); } - { Fl_Box* o = new Fl_Box(135, 89, 170, 42, "Copyright 1998-2005 by\nBill Spitzak and others"); + { Fl_Box* o = new Fl_Box(135, 89, 170, 42, "Copyright 1998-2006 by\nBill Spitzak and others"); o->align(132|FL_ALIGN_INSIDE); } { Fl_Button* o = new Fl_Button(89, 141, 123, 25, "View License..."); diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index efc99b534..af0cfb98e 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -7,7 +7,7 @@ comment {// // // About dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -28,7 +28,7 @@ comment {// // // http://www.fltk.org/str.php // -} {in_source in_header +} {selected in_source in_header } decl {void show_help(const char *name);} {public @@ -40,28 +40,28 @@ Function {make_about_panel()} {open label {About FLUID} open xywh {391 113 315 175} type Double color 50 selection_color 47 hotspot non_modal visible } { - Fl_Box {} {selected + Fl_Box {} { image {icons/fluid-96.xpm} xywh {10 10 115 120} } Fl_Box {} { label {FLTK User Interface Designer -Version 1.1.7} selected - xywh {135 10 170 69} color 12 selection_color 47 labelfont 1 labelsize 18 labelcolor 0 align 21 +Version 1.1.7} + xywh {135 10 170 69} color 12 selection_color 47 labelfont 1 labelsize 18 align 21 } Fl_Box {} { - label {Copyright 1998-2005 by -Bill Spitzak and others} selected + label {Copyright 1998-2006 by +Bill Spitzak and others} xywh {135 89 170 42} align 148 } Fl_Button {} { label {View License...} - callback {show_help("license.html");} selected + callback {show_help("license.html");} xywh {89 141 123 25} labelcolor 136 } Fl_Return_Button {} { label Close - callback {((Fl_Window*)(o->parent()))->hide();} selected + callback {((Fl_Window*)(o->parent()))->hide();} xywh {222 141 83 25} } } diff --git a/fluid/about_panel.h b/fluid/about_panel.h index bfd932114..829d6a1c6 100644 --- a/fluid/about_panel.h +++ b/fluid/about_panel.h @@ -3,7 +3,7 @@ // // About dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public |
