From 52ae3582a2c7bb437df33c0a30bfd5a01d6c5282 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 9 Feb 2018 14:39:42 +0000 Subject: Replace "WIN32" with "_WIN32" or "Windows". Replace compiler/preprocessor/platform macro "WIN32" with "_WIN32". Replace "WIN32" in text and documentation with "Windows". Replace "MSWindows" with "Windows". To do: README.Windows.txt (and maybe other documentation as well) needs updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12655 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_File_Chooser2.cxx | 86 ++++++++++++++++++++++++------------------------ 1 file changed, 43 insertions(+), 43 deletions(-) (limited to 'src/Fl_File_Chooser2.cxx') diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx index 94cbbfe63..eed1d670b 100644 --- a/src/Fl_File_Chooser2.cxx +++ b/src/Fl_File_Chooser2.cxx @@ -23,85 +23,85 @@ /** \class Fl_File_Chooser The Fl_File_Chooser widget displays a standard file selection dialog that supports various selection modes. - + \image html Fl_File_Chooser.jpg \image latex Fl_File_Chooser.jpg "Fl_File_Chooser" width=12cm - - The Fl_File_Chooser widget transmits UTF-8 encoded filenames to its user. It is - recommended to open files that may have non-ASCII names with the fl_fopen() or - fl_open() utility functions that handle these names in a cross-platform way - (whereas the standard fopen()/open() functions fail on the MSWindows platform - to open files with a non-ASCII name). - + + The Fl_File_Chooser widget transmits UTF-8 encoded filenames to its user. It is + recommended to open files that may have non-ASCII names with the fl_fopen() or + fl_open() utility functions that handle these names in a cross-platform way + (whereas the standard fopen()/open() functions fail on the Windows platform + to open files with a non-ASCII name). + The Fl_File_Chooser class also exports several static values that may be used to localize or customize the appearance of all file chooser dialogs:
- - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - - - - - + + - - + + - - + + - - + + - - + + - - - + + + + + + +
MemberDefault valueMemberDefault value
add_favorites_label"Add to Favorites"add_favorites_label"Add to Favorites"
all_files_label"All Files (*)"all_files_label"All Files (*)"
custom_filter_label"Custom Filter"custom_filter_label"Custom Filter"
existing_file_label"Please choose an existing file!"existing_file_label"Please choose an existing file!"
favorites_label"Favorites"favorites_label"Favorites"
filename_label"Filename:"filename_label"Filename:"
filesystems_label"My Computer" (WIN32)
- "File Systems" (all others)
filesystems_label"My Computer" (Windows)
+ "File Systems" (all others)
hidden_label "Show hidden files:"
manage_favorites_label"Manage Favorites"
new_directory_label"New Directory?"manage_favorites_label"Manage Favorites"
new_directory_tooltip"Create a new directory."new_directory_label"New Directory?"
preview_label"Preview"new_directory_tooltip"Create a new directory."
save_label"Save"preview_label"Preview"
show_label"Show:"save_label"Save"
sortfl_numericsort
show_label"Show:"
sortfl_numericsort
-- cgit v1.2.3