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-as-container.cxx | |
| parent | 14f4dec0b98bb72d9b65edc09b922e752e9e2074 (diff) | |
fix window titles for table examples
Diffstat (limited to 'examples/table-as-container.cxx')
| -rw-r--r-- | examples/table-as-container.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/table-as-container.cxx b/examples/table-as-container.cxx index 5c0051bfb..9f00be2dd 100644 --- a/examples/table-as-container.cxx +++ b/examples/table-as-container.cxx @@ -147,7 +147,7 @@ void button_cb(Fl_Widget *w, void*) { } int main() { - Fl_Double_Window win(940, 500, "table as container"); + Fl_Double_Window win(940, 500, "Table As Container"); WidgetTable table(20, 20, win.w()-40, win.h()-40, "FLTK widget table"); table.SetSize(50, 50); win.end(); |
