summaryrefslogtreecommitdiff
path: root/examples/table-as-container.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-12-10 08:09:27 +0000
committerGreg Ercolano <erco@seriss.com>2010-12-10 08:09:27 +0000
commit3d94092dcc301e5c904851edeb4650e73d256370 (patch)
treeb613a259525c48a04ccc9204dbdf98c4d8d056ff /examples/table-as-container.cxx
parentca8f6d72b6609fd49b88ef5704e67d09ee6ced28 (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.cxx2
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.