fix: manual was not opening from the menu

This commit is contained in:
Stéphane Lesimple
2021-10-09 17:08:20 +02:00
parent 50ff1c0403
commit 3d3a65d8c2
7 changed files with 67 additions and 67 deletions

View File

@@ -118,7 +118,7 @@ static void menu_cb(GtkWidget *widget, gpointer data)
break;
case MENU_HELP_MANUAL:
GuiShowURL(NULL);
GuiShowURL("manual.pdf");
break;
case MENU_HELP_ABOUT: