mediafile: Improve error message

We are using media plugins these days, so this is not a compile-time
issue.
This commit is contained in:
Benjamin Otte 2018-03-19 00:26:29 +01:00
parent 2aee39d12c
commit 1a1373779f

View 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