summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_File_Chooser.cxx')
-rw-r--r--src/Fl_File_Chooser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx
index d79da30d4..f769c6bc7 100644
--- a/src/Fl_File_Chooser.cxx
+++ b/src/Fl_File_Chooser.cxx
@@ -1,4 +1,4 @@
-// generated by Fast Light User Interface Designer (fluid) version 1.0104
+// generated by Fast Light User Interface Designer (fluid) version 1.0105
#include "../FL/Fl_File_Chooser.H"
@@ -149,10 +149,10 @@ Fl_File_Chooser::Fl_File_Chooser(const char *d, const char *p, int t, const char
favoritesButton->label(favorites_label);
}
{ Fl_Button* o = newButton = new Fl_Button(455, 10, 25, 25);
- o->tooltip("Create a new directory.");
o->image(image_new);
o->labelsize(8);
o->callback((Fl_Callback*)cb_newButton);
+ o->tooltip(new_directory_tooltip);
}
o->end();
}