forked from AuroraMiddleware/gtk
mediafile: Improve error message
We are using media plugins these days, so this is not a compile-time issue.
This commit is contained in:
parent
2aee39d12c
commit
1a1373779f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user