From 7a69c22bd71d3c191eb3598f1b4450907414a578 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 5 Dec 2023 17:54:01 +0100 Subject: #856: FLUID: improved Declaration dialog Also makes enum comment in Fl_File_Chooser.fl manageable. Not backward compatible: don't try to recreate the File Chooser with older FLUID versions. --- FL/Fl_File_Chooser.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL') diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index 9ff92d89d..57af5b438 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -43,8 +43,8 @@ class FL_EXPORT Fl_File_Chooser { public: /** - \enum Type - Determines the type of file chooser presented to the user. + \enum Type + Determines the type of file chooser presented to the user. */ enum Type { SINGLE = 0, ///< Select a single, existing file. -- cgit v1.2.3