diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-01-01 16:11:32 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-01-01 16:11:32 +0000 |
| commit | 167d767e0fc8eb98958efa71f6a7ecc4ef8bfc45 (patch) | |
| tree | fa6c7bcdeced08f9657a228458d79f7ce53ea78c /fluid/about_panel.cxx | |
| parent | 04d3d6c0f2da0c373018706b948b25e6fb1847ef (diff) | |
Changed the copyright to 2009 for header files. Still todo: src and test directory.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6614 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/about_panel.cxx')
| -rw-r--r-- | fluid/about_panel.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index 2565d5236..1411bbca6 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-2008 by Bill Spitzak and others. +// Copyright 1998-2009 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 @@ -285,7 +285,7 @@ Fl_Double_Window* make_about_panel() { o->labelsize(18); o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE); } // Fl_Box* o - { Fl_Box* o = new Fl_Box(135, 89, 170, 42, "Copyright 1998-2008 by\nBill Spitzak and others"); + { Fl_Box* o = new Fl_Box(135, 89, 170, 42, "Copyright 1998-2009 by\nBill Spitzak and others"); o->align(132|FL_ALIGN_INSIDE); } // Fl_Box* o { Fl_Button* o = new Fl_Button(89, 141, 123, 25, "View License..."); |
