[gimp/nielsdg/plug-ins-migrate-gtkaction: 368/369] libgimpwidgets: use "system-help" for GIMP_ICON_HELP.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/nielsdg/plug-ins-migrate-gtkaction: 368/369] libgimpwidgets: use "system-help" for GIMP_ICON_HELP.
- Date: Tue, 11 Oct 2022 19:53:45 +0000 (UTC)
commit 02bab2026127f3a21164c783ef94ad1f024ea986
Author: Jehan <jehan girinstud io>
Date: Tue Oct 11 21:14:51 2022 +0200
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'.
libgimpwidgets/gimpicons.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgimpwidgets/gimpicons.h b/libgimpwidgets/gimpicons.h
index 43646df45c..e59501cee6 100644
--- a/libgimpwidgets/gimpicons.h
+++ b/libgimpwidgets/gimpicons.h
@@ -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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]