diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-12-10 18:28:07 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-12-10 18:28:07 +0000 |
| commit | 675fff09cfce7e35cd83da8c16540e31bd5f4a29 (patch) | |
| tree | 5ef195a482a7641512226b33b6a3e157566bf28b | |
| parent | 4f74131106dd6812dfe1c5bf14d93e834bee863c (diff) | |
Renamed table-with-keyboard-nav.cxx -> table-spreadsheet-with-keyboard-nav.cxx,
(since it is a spreadsheet as well as demonstrating keyboard nav in tables).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8002 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | examples/Makefile | 2 | ||||
| -rw-r--r-- | examples/table-spreadsheet-with-keyboard-nav.cxx (renamed from examples/table-with-keyboard-nav.cxx) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index a58897545..776cc2ac6 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -8,7 +8,7 @@ ALL = howto-add_fd-and-popen$(EXEEXT) \ table-simple$(EXEEXT) \ table-sort$(EXEEXT) \ table-spreadsheet$(EXEEXT) \ - table-with-keyboard-nav$(EXEEXT) \ + table-spreadsheet-with-keyboard-nav$(EXEEXT) \ tabs-simple$(EXEEXT) \ textdisplay-with-colors$(EXEEXT) \ texteditor-simple$(EXEEXT) \ diff --git a/examples/table-with-keyboard-nav.cxx b/examples/table-spreadsheet-with-keyboard-nav.cxx index d8d7e1423..d8d7e1423 100644 --- a/examples/table-with-keyboard-nav.cxx +++ b/examples/table-spreadsheet-with-keyboard-nav.cxx |
