summaryrefslogtreecommitdiff
path: root/test/native-filechooser.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-11-06 10:48:40 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-11-06 10:48:40 +0000
commit49a2e4206ec92da991fa4892f678410d56195bd3 (patch)
tree3b966f71b846774030b83578aa5d32dd0a7ef5de /test/native-filechooser.cxx
parent6eea76e187bc1628fa61ca529aac0525c6a55576 (diff)
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
Diffstat (limited to 'test/native-filechooser.cxx')
-rw-r--r--test/native-filechooser.cxx3
1 files changed, 2 insertions, 1 deletions
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<font color=#55f>&lt;Ctrl-I&gt;</font>*.txt\n"
" C Files<font color=#55f>&lt;Ctrl-I&gt;</font>*.{cxx,h,c,cpp}\n"
" Tars<font color=#55f>&lt;Ctrl-I&gt;</font>*.{tar,tar.gz}\n"
- " Apps<font color=#55f>&lt;Ctrl-I&gt;</font>*.app\n");
+ " Apps<font color=#55f>&lt;Ctrl-I&gt;</font>*.app\n"
+ "</pre>\n");
Fl_Button *but = new Fl_Button(win->w()-x-10, win->h()-25-10, 80, 25, "Pick File");
but->callback(PickFile_CB);