summaryrefslogtreecommitdiff
path: root/examples/table-sort.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2023-12-14 14:43:46 -0800
committerGreg Ercolano <erco@seriss.com>2023-12-14 14:43:46 -0800
commitbbafcafbe1e69ab03a751343465f4a8e7435dc34 (patch)
tree7058702bce6bb2e2b9aaf419de8556808f6e6f2a /examples/table-sort.cxx
parent14f4dec0b98bb72d9b65edc09b922e752e9e2074 (diff)
fix window titles for table examples
Diffstat (limited to 'examples/table-sort.cxx')
-rw-r--r--examples/table-sort.cxx2
1 files changed, 1 insertions, 1 deletions
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);