summaryrefslogtreecommitdiff
path: root/examples/table-with-keynav.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/table-with-keynav.cxx')
-rw-r--r--examples/table-with-keynav.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/table-with-keynav.cxx b/examples/table-with-keynav.cxx
index fb28d4523..bef179b54 100644
--- a/examples/table-with-keynav.cxx
+++ b/examples/table-with-keynav.cxx
@@ -149,7 +149,7 @@ void RowSelect_CB(Fl_Widget *w, void*) {
}
int main() {
Fl::option(Fl::OPTION_ARROW_FOCUS, 0); // disable arrow focus nav (we want arrows to control cells)
- Fl_Double_Window win(862, 312, "table-with-keynav");
+ Fl_Double_Window win(862, 312, "Table With Keynav");
win.begin();
// Create table
G_table = new MyTable(10, 30, win.w()-20, win.h()-70, "Times Table");