[gedit/zbrown/deteplification-src: 409/633] FileChooser: add a comment




commit 1deb245c51036d7732309f554112845a87ef3f5d
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]