summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-04-06 19:33:11 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-04-06 19:33:11 +0000
commitb4b95029e85311580c40b84573acd5e00a78162d (patch)
tree7cbe0209b48b0e4f6a03837aa9b43aedcc8909eb /src/Fl_File_Chooser.cxx
parentaf0c12aae659acf6f5a97abae337cd27cf6325cc (diff)
Added a new_directory_tooltip string pointer to allow
localization of the file chooser's new directory button (STR #340) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3306 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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();
}