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-sort.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/table-sort.cxx') diff --git a/examples/table-sort.cxx b/examples/table-sort.cxx index 5e2afa725..f2b4912a0 100644 --- a/examples/table-sort.cxx +++ b/examples/table-sort.cxx @@ -286,7 +286,7 @@ void MyTable::event_callback2() { } int main() { - Fl_Double_Window win(900,500,"Table Sorting"); + Fl_Double_Window win(900,500,"Table Sort"); MyTable table(MARGIN, MARGIN, win.w()-MARGIN*2, win.h()-MARGIN*2); table.selection_color(FL_YELLOW); table.col_header(1); -- cgit v1.2.3