diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-05 16:12:15 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-05 16:12:15 +0100 |
| commit | a31409f7bbe7db51f63c79b16358d64ae6e2d4bb (patch) | |
| tree | 5b8816c025fe6ed407eb54008ef3e86ebf780c68 /fluid/fluid.cxx | |
| parent | 681363849c032df345b1d4177c98f52cbc5f82fe (diff) | |
FLUID: Documentation
Diffstat (limited to 'fluid/fluid.cxx')
| -rw-r--r-- | fluid/fluid.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index c7cfcac25..26bc5a500 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1022,12 +1022,12 @@ Fl_String open_project_filechooser(const Fl_String &title) { /** Load a project from the give file name and path. - + The project file is inserted at the currently selected type. - + If no filename is given, FLUID will open a file chooser dialog. - - \param[in] new_filename path and name of the new project file + + \param[in] filename_arg path and name of the new project file \return false if the operation failed */ bool merge_project_file(const Fl_String &filename_arg) { |
