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
+8
View File
@@ -69,6 +69,14 @@ dialogs:
<TD><TT>manage_favorites_label</TT></TD>
<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>