mirror of https://github.com/GNOME/gimp.git
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:
parent
567d7beb11
commit
dc8298ce76
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue