Skip to content
  • klausstaedtler's avatar
    icons: Bug 759904 · 31269131
    klausstaedtler authored and Jehan's avatar Jehan committed
    add
    gimp-shred
    
    patch: replace "edit-clear" by "gimp-shred" (or GIMP_STOCK_SHRED)
    
    gimp/app/actions/documents-commands.c:                                    "edit-clear",
    gimp/gimp/app/actions/edit-actions.c:  { "edit-undo-clear", "edit-clear",
    gimp/app/actions/documents-actions.c:  { "documents-clear", "edit-clear",
    gimp/app/dialogs/preferences-dialog.c:  button = prefs_button_add ("edit-clear", shred
    
    add
    gimp-edit-clear
    
    patch: replace "edit-clear" by "gimp-edit-clear" (or GIMP_STOCK_EDIT_CLEAR)
    
    gimp/app/actions/text-editor-actions.c:  { "text-editor-clear", "edit-clear",
    gimp/app/actions/edit-actions.c:  { "edit-clear", "edit-clear",
    gimp/app/actions/error-console-actions.c:  { "error-console-clear", "edit-clear",
    gimp/app/actions/text-tool-actions.c:  { "text-tool-clear", "edit-clear",
    gimp/app/widgets/gimptextstyleeditor.c:  image = gtk_image_new_from_icon_name ("edit-clear", GTK_ICON_SIZE_MENU);
    gimp/app/dialogs/preferences-dialog.c:  button = prefs_button_add ("edit-clear",
    
    
    patch
    gimpicons.c
    gimpicons.h
    
    update
    icon-list.mk
    31269131