[gedit] FileChooser: add a comment



commit 28a03f8947aa9bce0101150141ddb2a16cc5c0bd
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Jun 9 16:20:50 2020 +0200

    FileChooser: add a comment

 gedit/gedit-file-chooser.c | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/gedit/gedit-file-chooser.c b/gedit/gedit-file-chooser.c
index 2e2078508..3ac992fe2 100644
--- a/gedit/gedit-file-chooser.c
+++ b/gedit/gedit-file-chooser.c
@@ -27,6 +27,9 @@
 #define ALL_FILES              _("All Files")
 #define ALL_TEXT_FILES         _("All Text Files")
 
+/* See the GtkFileChooserNative documentation, a GtkFileFilter with mime-types
+ * is not supported on Windows.
+ */
 #ifdef G_OS_WIN32
 #  define MIME_TYPES_ARE_SUPPORTED FALSE
 #else


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]