From b4b95029e85311580c40b84573acd5e00a78162d Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 6 Apr 2004 19:33:11 +0000 Subject: 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 --- FL/Fl_File_Chooser.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FL/Fl_File_Chooser.H') 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; -- cgit v1.2.3