diff options
Diffstat (limited to 'examples/table-simple.cxx')
| -rw-r--r-- | examples/table-simple.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/table-simple.cxx b/examples/table-simple.cxx index e4f520228..1fea6c662 100644 --- a/examples/table-simple.cxx +++ b/examples/table-simple.cxx @@ -106,7 +106,7 @@ public: }; int main(int argc, char **argv) { - Fl_Double_Window win(900, 400, "Simple Table"); + Fl_Double_Window win(900, 400, "Table Simple"); MyTable table(10,10,880,380); win.end(); win.resizable(table); |
