libgimpwidgets: use "system-help" for GIMP_ICON_HELP.

Just "help" is not one of the standard icon names as per the Freedesktop Icon
Naming specification.
See: https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html

Therefore when using this name, we usually don't have any icon (especially as we
don't provide any in our own icon themes).
Use "system-help" instead which is a standard name 'for the “Help” system
category'.
This commit is contained in:
Jehan 2022-10-11 21:14:51 +02:00
parent 567d7beb11
commit dc8298ce76
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ G_BEGIN_DECLS
#define GIMP_ICON_GO_PREVIOUS "go-previous"
#define GIMP_ICON_GO_NEXT "go-next"
#define GIMP_ICON_HELP "help"
#define GIMP_ICON_HELP "system-help"
#define GIMP_ICON_HELP_ABOUT "help-about"
#define GIMP_ICON_HELP_USER_MANUAL "gimp-user-manual"