diff --git a/ChangeLog b/ChangeLog index fb35c6a0f4..65a448ac57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-18 Michael Natterer + + * etc/gtkrc: remove example about adding a help keybinding + (bug #375952). + 2006-11-18 Michael Natterer * app/plug-in/plug-in-rc.c (plug_in_def_deserialize): applied diff --git a/etc/gtkrc b/etc/gtkrc index 4b7afc9b67..5d5cf7813b 100644 --- a/etc/gtkrc +++ b/etc/gtkrc @@ -13,22 +13,6 @@ # You can add your own GIMP-specific GTK styles here. -# -# Example keybinding to remap Help to F2: -# -binding "gimp-help-binding" -{ - bind "F2" { "show-help" (255) } - bind "KP_F2" { "show-help" (255) } - bind "F2" { "show-help" (whats-this) } - bind "KP_F2" { "show-help" (whats-this) } - bind "F2" { "show-help" (tooltip) } - bind "KP_F2" { "show-help" (tooltip) } -} - -# class "GtkWidget" binding "gimp-help-binding" - - # # Adjust the size of previews in plug-in dialogs: #