summaryrefslogtreecommitdiff
path: root/FL/Fl_File_Chooser.H
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 /FL/Fl_File_Chooser.H
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 'FL/Fl_File_Chooser.H')
-rw-r--r--FL/Fl_File_Chooser.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H
index bfdf4e0ba..f36e4f5cc 100644
--- a/FL/Fl_File_Chooser.H
+++ b/FL/Fl_File_Chooser.H
@@ -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
#ifndef Fl_File_Chooser_H
#define Fl_File_Chooser_H
@@ -137,6 +137,7 @@ public:
static const char *filesystems_label;
static const char *manage_favorites_label;
static const char *new_directory_label;
+ static const char *new_directory_tooltip;
static const char *preview_label;
static const char *show_label;
static Fl_File_Sort_F *sort;