mediafile: Improve error message
authorBenjamin Otte <otte@redhat.com>
Sun, 18 Mar 2018 23:26:29 +0000 (00:26 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 18 Mar 2018 23:28:20 +0000 (00:28 +0100)
We are using media plugins these days, so this is not a compile-time
issue.

gtk/gtknomediafile.c

index 18ac36b9cb051946d3e9c595a50225edce482357..0b2a70d6f95348b1aea54e902e3ceca4a2e3ee1d 100644 (file)
@@ -45,7 +45,7 @@ gtk_no_media_file_open (GtkMediaFile *file)
   gtk_media_stream_error (GTK_MEDIA_STREAM (file),
                           G_IO_ERROR,
                           G_IO_ERROR_NOT_SUPPORTED,
-                          _("GTK has been compiled without media support."));
+                          _("GTK could not find a media module. Check your installation."));
 }
 
 static void