From 5ec7176e81e6951ffa8360bc41a4e953de2b2070 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:35:34 +0200 Subject: Fix for Fl_Native_File_Chooser::filter_value() - cont'd (#899) --- fltk-options/fltk-options.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fltk-options') 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" }, -- cgit v1.2.3