diff options
| author | Greg Ercolano <erco@seriss.com> | 2023-12-14 14:43:46 -0800 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2023-12-14 14:43:46 -0800 |
| commit | bbafcafbe1e69ab03a751343465f4a8e7435dc34 (patch) | |
| tree | 7058702bce6bb2e2b9aaf419de8556808f6e6f2a /examples/table-simple.cxx | |
| parent | 14f4dec0b98bb72d9b65edc09b922e752e9e2074 (diff) | |
fix window titles for table examples
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); |
