diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-04-06 19:33:11 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-04-06 19:33:11 +0000 |
| commit | b4b95029e85311580c40b84573acd5e00a78162d (patch) | |
| tree | 7cbe0209b48b0e4f6a03837aa9b43aedcc8909eb /documentation | |
| parent | af0c12aae659acf6f5a97abae337cd27cf6325cc (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 'documentation')
| -rw-r--r-- | documentation/Fl_File_Chooser.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/Fl_File_Chooser.html b/documentation/Fl_File_Chooser.html index 42b4a5a10..e1a6b964e 100644 --- a/documentation/Fl_File_Chooser.html +++ b/documentation/Fl_File_Chooser.html @@ -70,6 +70,14 @@ dialogs: <TD>"Manage Favorites"</TD> </TR> <TR> + <TD><TT>new_directory_label</TT></TD> + <TD>"New Directory?"</TD> +</TR> +<TR> + <TD><TT>new_directory_tooltip</TT></TD> + <TD>"Create a new directory."</TD> +</TR> +<TR> <TD><TT>preview_label</TT></TD> <TD>"Preview"</TD> </TR> |
