diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-22 18:35:34 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-22 18:35:59 +0200 |
| commit | 5ec7176e81e6951ffa8360bc41a4e953de2b2070 (patch) | |
| tree | 18236a19da661a699246ffa735140e2e6c051e6e /fltk-options/fltk-options.cxx | |
| parent | 576f7bb9cca487cd7ffb2d3ebbb3cde3e01228df (diff) | |
Fix for Fl_Native_File_Chooser::filter_value() - cont'd (#899)
Diffstat (limited to 'fltk-options/fltk-options.cxx')
| -rw-r--r-- | fltk-options/fltk-options.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fltk-options/fltk-options.cxx b/fltk-options/fltk-options.cxx index 50dbc615c..5996417ae 100644 --- a/fltk-options/fltk-options.cxx +++ b/fltk-options/fltk-options.cxx @@ -144,7 +144,7 @@ Fo_Option_Descr g_option_list[] = { { FO_OPTION_BOOL, "Native File Chooser uses Kdialog:", Fl::OPTION_FNFC_USES_KDIALOG, "OPTION_FNFC_USES_KDIALOG", "UseKdialog", false, "Fl_Native_File_Chooser uses the 'kdialog' command if possible.", - "Meaningful for the Wayland/X11 platform and the KDE-Plasma desktop only. " + "Meaningful for the Wayland/X11 platform. " "When switched on, the library uses a kdialog-based file dialog if command 'kdialog' is " "available. When switched off (default), command 'kdialog' is not used." }, { FO_HEADLINE, "Print dialog Options" }, |
