diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-07-09 02:09:33 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-07-09 02:09:33 +0000 |
| commit | c9d8e0feaa2281e0c3a029f982e4d8270162e792 (patch) | |
| tree | bec2cb923d2f7a749958c8973c766c94cad2b53e /FL | |
| parent | 94888109688fa73d31ce4268fd2d589d948dd9f8 (diff) | |
Update fluid .fl files and generated code - remove trailing white space.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10783 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_File_Chooser.H | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index e7bf7e0cc..060ee13c7 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -169,64 +169,64 @@ public: void value(const char *filename); int visible(); /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *add_favorites_label; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *all_files_label; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *custom_filter_label; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *existing_file_label; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *favorites_label; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *filename_label; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *filesystems_label; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *manage_favorites_label; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *new_directory_label; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *new_directory_tooltip; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *preview_label; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *save_label; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *show_label; /** - [standard text may be customized at run-time] + [standard text may be customized at run-time] */ static const char *hidden_label; /** - the sort function that is used when loading - the contents of a directory. + the sort function that is used when loading + the contents of a directory. */ static Fl_File_Sort_F *sort; private: |
