From bbafcafbe1e69ab03a751343465f4a8e7435dc34 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Thu, 14 Dec 2023 14:43:46 -0800 Subject: fix window titles for table examples --- examples/table-simple.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/table-simple.cxx') 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); -- cgit v1.2.3