diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-12-10 08:09:27 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-12-10 08:09:27 +0000 |
| commit | 3d94092dcc301e5c904851edeb4650e73d256370 (patch) | |
| tree | b613a259525c48a04ccc9204dbdf98c4d8d056ff /examples/table-as-container.cxx | |
| parent | ca8f6d72b6609fd49b88ef5704e67d09ee6ced28 (diff) | |
Header mods for submission history, copyright notices, consistency.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7996 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'examples/table-as-container.cxx')
| -rw-r--r-- | examples/table-as-container.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/table-as-container.cxx b/examples/table-as-container.cxx index bc13db9a1..64d3637ce 100644 --- a/examples/table-as-container.cxx +++ b/examples/table-as-container.cxx @@ -10,7 +10,7 @@ // widgets; one widget per cell. This isn't optimal for large tables, // where it's better to make one instance of a widget, and move it to // where it's needed. For an example of this, see the example program -// "table-simple-spreadsheet.cxx" +// "table-spreadsheet.cxx". // // Copyright 2010 Greg Ercolano. // Copyright 1998-2010 by Bill Spitzak and others. |
