summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/file_chooser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx
index 9c84bebd8..847156f04 100644
--- a/test/file_chooser.cxx
+++ b/test/file_chooser.cxx
@@ -133,7 +133,7 @@ main(int argc, // I - Number of command-line arguments
window->resizable(files);
window->end();
- window->show();
+ window->show(1, argv);
Fl::run();