icons: Bug 759904

add
gimp-document-recent


patch: replace "document-open-recent" by "gimp-document-recent" (or GIMP_STOCK_DOCUMENT_RECENT)


gimp/app/dialogs/dialogs.c:            N_("History"), N_("Document History"), "document-open-recent",
gimp/app/actions/documents-actions.c:  { "documents-popup", "document-open-recent",
gimp/app/actions/dialogs-actions.c:  { "dialogs-document-history", "document-open-recent",


patch
gimpicons.c
gimpicons.h
This commit is contained in:
klausstaedtler
2016-06-08 22:04:30 +02:00
committed by Jehan
parent b79e754480
commit 1199a7e6fb
12 changed files with 282 additions and 3 deletions

View File

@ -38,7 +38,7 @@
static const GimpActionEntry documents_actions[] =
{
{ "documents-popup", "document-open-recent",
{ "documents-popup", GIMP_STOCK_DOCUMENT_RECENT,
NC_("documents-action", "Documents Menu"), NULL, NULL, NULL,
GIMP_HELP_DOCUMENT_DIALOG },