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
This commit is contained in:
Michael R Sweet
2004-04-06 19:33:11 +00:00
parent af0c12aae6
commit b4b95029e8
6 changed files with 24 additions and 7 deletions
+2 -1
View File
@@ -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;