From 49a2e4206ec92da991fa4892f678410d56195bd3 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 6 Nov 2016 10:48:40 +0000 Subject: [PATCH] Fix test/native-filechooser help display artefact (STR #3349). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12081 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/native-filechooser.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/native-filechooser.cxx b/test/native-filechooser.cxx index d34ef2f06..81086047f 100644 --- a/test/native-filechooser.cxx +++ b/test/native-filechooser.cxx @@ -128,7 +128,8 @@ int main(int argc, char **argv) { " Text<Ctrl-I>*.txt\n" " C Files<Ctrl-I>*.{cxx,h,c,cpp}\n" " Tars<Ctrl-I>*.{tar,tar.gz}\n" - " Apps<Ctrl-I>*.app\n"); + " Apps<Ctrl-I>*.app\n" + "\n"); Fl_Button *but = new Fl_Button(win->w()-x-10, win->h()-25-10, 80, 25, "Pick File"); but->callback(PickFile_CB);