mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
codecanalyzer: Update README URL in help dialog
Previous one was a 404
This commit is contained in:
parent
1939babe83
commit
1565bc4f58
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ menu_help_callback (void)
|
|||
dialog = gtk_message_dialog_new (GTK_WINDOW (ui->main_window),
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
GTK_MESSAGE_INFO, GTK_BUTTONS_OK,
|
||||
"See https://github.com/Codecanalyzer/codecanalyzer/blob/master/README");
|
||||
"See http://cgit.freedesktop.org/gstreamer/gst-devtools/plain/codecanalyzer/README.md");
|
||||
gtk_window_set_title (GTK_WINDOW (dialog), "Help");
|
||||
gtk_dialog_run (GTK_DIALOG (dialog));
|
||||
gtk_widget_destroy (dialog);
|
||||
|
|
Loading…
Reference in a new issue