Rename help icon to manual to avoid confusion with stock help icon

This commit is contained in:
Paul Dicker
2025-04-24 19:46:17 +02:00
committed by Stéphane Lesimple
parent 02e1d35db8
commit 903228e4b0
4 changed files with 3 additions and 3 deletions

View File

@@ -549,7 +549,7 @@ GtkWidget *GuiCreateToolBar(GtkWidget *parent)
/*** Help button */
icon = gtk_image_new_from_icon_name("help", GTK_ICON_SIZE_LARGE_TOOLBAR);
icon = gtk_image_new_from_icon_name("manual", GTK_ICON_SIZE_LARGE_TOOLBAR);
Closure->helpButton = help = gtk_button_new();
gtk_button_set_relief(GTK_BUTTON(help), GTK_RELIEF_NONE);
gtk_container_add(GTK_CONTAINER(help), icon);