summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser.fl
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-03 18:29:49 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-03 18:29:49 +0000
commit3a0fe7916436b5ce5f4ba252f4078dd649b67c6b (patch)
tree564537edff2138ff6ce14864333d275ed6cbf1b1 /src/Fl_File_Chooser.fl
parentd7f311e25cff723badae260b42a8c7575fa5661d (diff)
Bug fixes and doco updates care of Sebastian.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1799 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_File_Chooser.fl')
-rw-r--r--src/Fl_File_Chooser.fl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_File_Chooser.fl b/src/Fl_File_Chooser.fl
index cfdd672da..16a19fe2c 100644
--- a/src/Fl_File_Chooser.fl
+++ b/src/Fl_File_Chooser.fl
@@ -16,7 +16,7 @@ class Fl_File_Chooser {open
callback {fileList->deselect();
fileName->value("");
window->hide();} open
- private xywh {99 225 375 315} resizable hotspot
+ private xywh {99 225 375 315} resizable
code0 {if (title) window->label(title);}
code1 {\#include <stdio.h>}
code2 {\#include <stdlib.h>}