summaryrefslogtreecommitdiff
path: root/examples/table-sort.cxx
diff options
context:
space:
mode:
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);