From 71bedb70f66ca07128f3a2552f3b3d6d40989e50 Mon Sep 17 00:00:00 2001 From: klausstaedtler Date: Mon, 6 Jun 2016 20:08:15 +0200 Subject: [PATCH] icons: Bug 759904 patch: replace "window-close" by "gimp-quit" (or GIMP_STOCK_QUIT) gimp/app/actions/dock-actions.c: { "dock-close", "window-close", gimp/app/actions/view-actions.c: { "view-close", "window-close", gimp/app/actions/dockable-actions.c: { "dockable-close-tab", "window-close", patch: replace "gtk-directory" by "gimp-file-manager" (or GIMP_STOCK_FILE_MANAGER) gimp/libgimpwidgets/gimpfileentry.c: image = gtk_image_new_from_icon_name ("gtk-directory", GTK_ICON_SIZE_BUTTON); gimp/app/actions/palettes-actions.c: { "palettes-show-in-file-manager", "gtk-directory", gimp/app/actions/mypaint-brushes-actions.c: { "mypaint-brushes-show-in-file-manager", "gtk-directory", gimp/app/actions/dynamics-actions.c: { "dynamics-show-in-file-manager", "gtk-directory", gimp/app/actions/tool-presets-actions.c: { "tool-presets-show-in-file-manager", "gtk-directory", gimp/app/actions/patterns-actions.c: { "patterns-show-in-file-manager", "gtk-directory", gimp/app/actions/documents-actions.c: { "documents-show-in-file-manager", "gtk-directory", gimp/app/actions/brushes-actions.c: { "brushes-show-in-file-manager", "gtk-directory", gimp/app/actions/gradients-actions.c: { "gradients-show-in-file-manager", "gtk-directory", add gimp-rivert patch gimpicons.c gimpicons.h patch: replace "document-revert" by "gimp-revert" (or GIMP_STOCK_REVERT) gimp/app/actions/tool-options-actions.c: { "tool-options-restore-preset-menu", "document-revert", gimp/app/actions/tool-presets-actions.c: { "tool-presets-restore", "document-revert", gimp/app/actions/gradient-editor-actions.c: { "gradient-editor-load-left-color", "document-revert", gimp/app/actions/gradient-editor-actions.c: { "gradient-editor-load-right-color", "document-revert", gimp/app/widgets/gimptooloptionseditor.c: gimp_editor_add_button (GIMP_EDITOR (editor), "document-revert", gimp/app/widgets/gimpdataeditor.c: "document-revert", --- app/actions/brushes-actions.c | 2 +- app/actions/dock-actions.c | 2 +- app/actions/dockable-actions.c | 2 +- app/actions/documents-actions.c | 2 +- app/actions/dynamics-actions.c | 2 +- app/actions/gradient-editor-actions.c | 4 +- app/actions/gradients-actions.c | 2 +- app/actions/mypaint-brushes-actions.c | 2 +- app/actions/palettes-actions.c | 2 +- app/actions/patterns-actions.c | 2 +- app/actions/tool-options-actions.c | 2 +- app/actions/tool-presets-actions.c | 4 +- app/actions/view-actions.c | 2 +- app/widgets/gimpdataeditor.c | 2 +- app/widgets/gimptooloptionseditor.c | 2 +- icons/Color/16/gimp-revert.png | Bin 0 -> 772 bytes icons/Color/scalable/gimp-revert.svg | 109 +++++++++++++++ icons/Prototype/Color/16/gimp-refresh.png | Bin 928 -> 0 bytes icons/Prototype/Symbolic/16/gimp-refresh.png | Bin 766 -> 0 bytes icons/Symbolic/16/gimp-revert.png | Bin 0 -> 590 bytes icons/Symbolic/16/gimp-save-as.png | Bin 480 -> 447 bytes icons/Symbolic/scalable/gimp-revert.svg | 120 +++++++++++++++++ icons/Symbolic/scalable/gimp-save-as.svg | 132 ++++++------------- libgimpwidgets/gimpfileentry.c | 2 +- libgimpwidgets/gimpicons.c | 1 + libgimpwidgets/gimpicons.h | 1 + 26 files changed, 288 insertions(+), 111 deletions(-) create mode 100644 icons/Color/16/gimp-revert.png create mode 100644 icons/Color/scalable/gimp-revert.svg delete mode 100644 icons/Prototype/Color/16/gimp-refresh.png delete mode 100644 icons/Prototype/Symbolic/16/gimp-refresh.png create mode 100644 icons/Symbolic/16/gimp-revert.png create mode 100644 icons/Symbolic/scalable/gimp-revert.svg diff --git a/app/actions/brushes-actions.c b/app/actions/brushes-actions.c index dffbe95e33..4646ca3212 100644 --- a/app/actions/brushes-actions.c +++ b/app/actions/brushes-actions.c @@ -67,7 +67,7 @@ static const GimpActionEntry brushes_actions[] = G_CALLBACK (data_copy_location_cmd_callback), GIMP_HELP_BRUSH_COPY_LOCATION }, - { "brushes-show-in-file-manager", "gtk-directory", + { "brushes-show-in-file-manager", GIMP_STOCK_FILE_MANAGER, NC_("brushes-action", "Show in _File Manager"), NULL, NC_("brushes-action", "Show brush file location in the file manager"), G_CALLBACK (data_show_in_file_manager_cmd_callback), diff --git a/app/actions/dock-actions.c b/app/actions/dock-actions.c index dfc41d6b32..097dd67382 100644 --- a/app/actions/dock-actions.c +++ b/app/actions/dock-actions.c @@ -46,7 +46,7 @@ static const GimpActionEntry dock_actions[] = NC_("dock-action", "M_ove to Screen"), NULL, NULL, NULL, GIMP_HELP_DOCK_CHANGE_SCREEN }, - { "dock-close", "window-close", + { "dock-close", GIMP_STOCK_QUIT, NC_("dock-action", "Close Dock"), "", NULL, G_CALLBACK (window_close_cmd_callback), GIMP_HELP_DOCK_CLOSE }, diff --git a/app/actions/dockable-actions.c b/app/actions/dockable-actions.c index e0e20647f2..7ebe4fd8fd 100644 --- a/app/actions/dockable-actions.c +++ b/app/actions/dockable-actions.c @@ -57,7 +57,7 @@ static const GimpActionEntry dockable_actions[] = { "dockable-tab-style-menu", NULL, NC_("dockable-action", "_Tab Style") }, - { "dockable-close-tab", "window-close", + { "dockable-close-tab", GIMP_STOCK_QUIT, NC_("dockable-action", "_Close Tab"), "", NULL, G_CALLBACK (dockable_close_tab_cmd_callback), GIMP_HELP_DOCK_TAB_CLOSE }, diff --git a/app/actions/documents-actions.c b/app/actions/documents-actions.c index 350e59f148..c4b4991c4d 100644 --- a/app/actions/documents-actions.c +++ b/app/actions/documents-actions.c @@ -66,7 +66,7 @@ static const GimpActionEntry documents_actions[] = G_CALLBACK (documents_copy_location_cmd_callback), GIMP_HELP_DOCUMENT_COPY_LOCATION }, - { "documents-show-in-file-manager", "gtk-directory", + { "documents-show-in-file-manager", GIMP_STOCK_FILE_MANAGER, NC_("documents-action", "Show in _File Manager"), NULL, NC_("documents-action", "Show image location in the file manager"), G_CALLBACK (documents_show_in_file_manager_cmd_callback), diff --git a/app/actions/dynamics-actions.c b/app/actions/dynamics-actions.c index 074712a244..7b4c7d2e95 100644 --- a/app/actions/dynamics-actions.c +++ b/app/actions/dynamics-actions.c @@ -61,7 +61,7 @@ static const GimpActionEntry dynamics_actions[] = G_CALLBACK (data_copy_location_cmd_callback), GIMP_HELP_DYNAMICS_COPY_LOCATION }, - { "dynamics-show-in-file-manager", "gtk-directory", + { "dynamics-show-in-file-manager", GIMP_STOCK_FILE_MANAGER, NC_("dynamics-action", "Show in _File Manager"), NULL, NC_("dynamics-action", "Show dynamics file location in the file manager"), G_CALLBACK (data_show_in_file_manager_cmd_callback), diff --git a/app/actions/gradient-editor-actions.c b/app/actions/gradient-editor-actions.c index 1cbfc75787..50b173d496 100644 --- a/app/actions/gradient-editor-actions.c +++ b/app/actions/gradient-editor-actions.c @@ -48,14 +48,14 @@ static const GimpActionEntry gradient_editor_actions[] = { "gradient-editor-left-color-type", NULL, NC_("gradient-editor-action", "Left Color Type") }, - { "gradient-editor-load-left-color", "document-revert", + { "gradient-editor-load-left-color", GIMP_STOCK_REVERT, NC_("gradient-editor-action", "_Load Left Color From") }, { "gradient-editor-save-left-color", GIMP_STOCK_SAVE, NC_("gradient-editor-action", "_Save Left Color To") }, { "gradient-editor-right-color-type", NULL, NC_("gradient-editor-action", "Right Color Type") }, - { "gradient-editor-load-right-color", "document-revert", + { "gradient-editor-load-right-color", GIMP_STOCK_REVERT, NC_("gradient-editor-action", "Load Right Color Fr_om") }, { "gradient-editor-save-right-color", GIMP_STOCK_SAVE, NC_("gradient-editor-action", "Sa_ve Right Color To") }, diff --git a/app/actions/gradients-actions.c b/app/actions/gradients-actions.c index 04bafdba9c..b7083274ae 100644 --- a/app/actions/gradients-actions.c +++ b/app/actions/gradients-actions.c @@ -62,7 +62,7 @@ static const GimpActionEntry gradients_actions[] = G_CALLBACK (data_copy_location_cmd_callback), GIMP_HELP_GRADIENT_COPY_LOCATION }, - { "gradients-show-in-file-manager", "gtk-directory", + { "gradients-show-in-file-manager", GIMP_STOCK_FILE_MANAGER, NC_("gradients-action", "Show in _File Manager"), NULL, NC_("gradients-action", "Show gradient file location in the file manager"), G_CALLBACK (data_show_in_file_manager_cmd_callback), diff --git a/app/actions/mypaint-brushes-actions.c b/app/actions/mypaint-brushes-actions.c index 32f165bb5f..f8e3b0618d 100644 --- a/app/actions/mypaint-brushes-actions.c +++ b/app/actions/mypaint-brushes-actions.c @@ -61,7 +61,7 @@ static const GimpActionEntry mypaint_brushes_actions[] = G_CALLBACK (data_copy_location_cmd_callback), GIMP_HELP_MYPAINT_BRUSH_COPY_LOCATION }, - { "mypaint-brushes-show-in-file-manager", "gtk-directory", + { "mypaint-brushes-show-in-file-manager", GIMP_STOCK_FILE_MANAGER, NC_("mypaint-brushes-action", "Show in _File Manager"), NULL, NC_("mypaint-brushes-action", "Show MyPaint brush file location in the file manager"), G_CALLBACK (data_show_in_file_manager_cmd_callback), diff --git a/app/actions/palettes-actions.c b/app/actions/palettes-actions.c index 33c2c5a4fd..ebc0f359f4 100644 --- a/app/actions/palettes-actions.c +++ b/app/actions/palettes-actions.c @@ -74,7 +74,7 @@ static const GimpActionEntry palettes_actions[] = G_CALLBACK (data_copy_location_cmd_callback), GIMP_HELP_PALETTE_COPY_LOCATION }, - { "palettes-show-in-file-manager", "gtk-directory", + { "palettes-show-in-file-manager", GIMP_STOCK_FILE_MANAGER, NC_("palettes-action", "Show in _File Manager"), NULL, NC_("palettes-action", "Show palette file location in the file manager"), G_CALLBACK (data_show_in_file_manager_cmd_callback), diff --git a/app/actions/patterns-actions.c b/app/actions/patterns-actions.c index 2ce840cfc7..4b71b10e02 100644 --- a/app/actions/patterns-actions.c +++ b/app/actions/patterns-actions.c @@ -67,7 +67,7 @@ static const GimpActionEntry patterns_actions[] = G_CALLBACK (data_copy_location_cmd_callback), GIMP_HELP_PATTERN_COPY_LOCATION }, - { "patterns-show-in-file-manager", "gtk-directory", + { "patterns-show-in-file-manager", GIMP_STOCK_FILE_MANAGER, NC_("patterns-action", "Show in _File Manager"), NULL, NC_("patterns-action", "Show pattern file location in the file manager"), G_CALLBACK (data_show_in_file_manager_cmd_callback), diff --git a/app/actions/tool-options-actions.c b/app/actions/tool-options-actions.c index 548d98e539..f251f5591b 100644 --- a/app/actions/tool-options-actions.c +++ b/app/actions/tool-options-actions.c @@ -61,7 +61,7 @@ static const GimpActionEntry tool_options_actions[] = NC_("tool-options-action", "_Save Tool Preset"), "", NULL, NULL, GIMP_HELP_TOOL_OPTIONS_SAVE }, - { "tool-options-restore-preset-menu", "document-revert", + { "tool-options-restore-preset-menu", GIMP_STOCK_REVERT, NC_("tool-options-action", "_Restore Tool Preset"), "", NULL, NULL, GIMP_HELP_TOOL_OPTIONS_RESTORE }, diff --git a/app/actions/tool-presets-actions.c b/app/actions/tool-presets-actions.c index 66c5e28391..8417c9d141 100644 --- a/app/actions/tool-presets-actions.c +++ b/app/actions/tool-presets-actions.c @@ -64,13 +64,13 @@ static const GimpActionEntry tool_presets_actions[] = G_CALLBACK (data_copy_location_cmd_callback), GIMP_HELP_TOOL_PRESET_COPY_LOCATION }, - { "tool-presets-show-in-file-manager", "gtk-directory", + { "tool-presets-show-in-file-manager", GIMP_STOCK_FILE_MANAGER, NC_("tool-presets-action", "Show in _File Manager"), NULL, NC_("tool-presets-action", "Show tool preset file location in the file manager"), G_CALLBACK (data_show_in_file_manager_cmd_callback), GIMP_HELP_TOOL_PRESET_SHOW_IN_FILE_MANAGER }, - { "tool-presets-restore", "document-revert", + { "tool-presets-restore", GIMP_STOCK_REVERT, NC_("tool-presets-action", "_Restore Tool Preset"), NULL, NC_("tool-presets-action", "Restore this tool preset"), G_CALLBACK (tool_presets_restore_cmd_callback), diff --git a/app/actions/view-actions.c b/app/actions/view-actions.c index 5323fdf5dc..9e57083c6d 100644 --- a/app/actions/view-actions.c +++ b/app/actions/view-actions.c @@ -91,7 +91,7 @@ static const GimpActionEntry view_actions[] = G_CALLBACK (view_new_cmd_callback), GIMP_HELP_VIEW_NEW }, - { "view-close", "window-close", + { "view-close", GIMP_STOCK_QUIT, NC_("view-action", "_Close View"), "W", NC_("view-action", "Close the active image view"), G_CALLBACK (view_close_cmd_callback), diff --git a/app/widgets/gimpdataeditor.c b/app/widgets/gimpdataeditor.c index f1216ce61d..8152120863 100644 --- a/app/widgets/gimpdataeditor.c +++ b/app/widgets/gimpdataeditor.c @@ -219,7 +219,7 @@ gimp_data_editor_constructed (GObject *object) editor->revert_button = gimp_editor_add_button (GIMP_EDITOR (editor), - "document-revert", + GIMP_STOCK_REVERT, _("Revert"), NULL, G_CALLBACK (gimp_data_editor_revert_clicked), NULL, diff --git a/app/widgets/gimptooloptionseditor.c b/app/widgets/gimptooloptionseditor.c index 19fb081b83..803b6621bc 100644 --- a/app/widgets/gimptooloptionseditor.c +++ b/app/widgets/gimptooloptionseditor.c @@ -206,7 +206,7 @@ gimp_tool_options_editor_constructed (GObject *object) editor); editor->p->restore_button = - gimp_editor_add_button (GIMP_EDITOR (editor), "document-revert", + gimp_editor_add_button (GIMP_EDITOR (editor), GIMP_STOCK_REVERT, _("Restore Tool Preset..."), GIMP_HELP_TOOL_OPTIONS_RESTORE, G_CALLBACK (gimp_tool_options_editor_restore_clicked), diff --git a/icons/Color/16/gimp-revert.png b/icons/Color/16/gimp-revert.png new file mode 100644 index 0000000000000000000000000000000000000000..106bee69bac311358bab520d893c63650be7a7fb GIT binary patch literal 772 zcmV+f1N;1mP)}7`p7g)}f-@Q2RoCJXYfXs7tKitZ`>I0Uo-HoQSxCjN-m%P01iUq+%Kvil-lj?qz zQOS40pzy6c_p;x~?g9Wn-;{odnacG + + + + + + + + + + image/svg+xml + + + + + Klaus Staedtler + + + + + + + + + + + + + + + + + diff --git a/icons/Prototype/Color/16/gimp-refresh.png b/icons/Prototype/Color/16/gimp-refresh.png deleted file mode 100644 index fa8ec9d1eed6c5ede802b8fedcff70d136292fc8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 928 zcmV;R17G}!P)+vAVY6#Z*pa1AW36yZXi@>Wo>0mnJ#t! z000(rMObt}b#!QNasW$gVRdsLQ*>cvWOQt0a=M$a^8f$g|wqy@Y1F7G|(%enW@PvAdm_BI$p z1>9^B?@sh#m)b9QF#%4?nuawj+e*_6r{we5Oggoe+1{BBsN{P!Y~@3n!+9?9EienL zUoHW>pEmaEIrCt(v&l&_ObJ+yix<@X<$hYDHF8x}MvSi30>B=?=jDckTIUdN6S!P9 zi)iTk=1xM2fFKDY&sUpmg3;C1(Y7s$N->xMfHzaxR=!HO#@hrgvAHRS{L4?b60sYn zdf^9vS5x7xXz<6)#^dd718*h{05p2tExV)Mo=GP2!Ox2mt=);fg5ZO<@>xZdwV5CY zRZ^022HsqH)NBnPJp9e{n?4C|0B>h+BAM?50RgxeXnq?cR8=9Kc3`?wsgB#JGfkAh-bbk*30P}aj>ur{qI@i&5 z)?hgBM-(NG)qww(xE398cgOD(`Xxu1n*(JMjl-f_ zZRvXF)yzt<=fG79^>Pe?qJo_OQk)iFntPD>m+lY16!4FlEYcSM00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U#K#D># zOL9^f+%t0v6oM;rlk#&ilNCIZ^Yau!GE#F>3!bjs1ypGYQt4P)l96A;;GL6LTC5OU zl9-wT)LEpX;FMUDlvtFg;9FV*l+jV}O3W@z0xC$&%u6lmHede>Xn-Ne0GHI_?m@qKEKSTxS&Zr!)1fu8WCwjcBhn0u3XaVg}M1fxvjTeR#WI`N=R4ks6U`sktA%k zTSc)$;D}eq6lO=i-Z|`!1}Ww9&&J((FfQV?m9PBTMMg5Usx%Tcfr&a&1sh zDt)lsQKIdtiswAW;>eeCSM4)9_9o;imw~#HdE?hV0o)f}mYgb-S)cO3{lT8%byK4= z9bMjaoiGZxmnLxhBX5HFhr6HmOum{`syqFSQGwO&b@`GjRx#Yr=vuRC-pOx!C$}5N zGV+PZN4ba`Se9Ak;8MmYksQ|Ddtg(?9IwkIua1X&Wo_7c?VP$N(}4<`dm5L{?UcJP zJCUcM^YM?@Pm<1TTk(I=%BxxP8~7vFbk}F|H6<8!Em|DRcC%96!R4H5U`d&nOxr`n zZ>Ar-JJQ$MPHJB+Byu&!?0aPP=~cUK jzAd{h)$3-p`n|Zv-R%pH9rP;!rVR#9S3j3^P6r#Z}-=e+Zt!@xG8EX#u- zgxvtW>C2)h4w%_ZGdm9)10?C4nXSbbA3Em-z-El`BXFuE5JFgzv<&QR*3E1Vm~+nE z0PX{QGdtOG;Jv>n={b-9Ux6pUD@lo&jeyI*EO4hKUcEe!^d8s;yzcdS=Z3@K=O*aA zKLO;xp}Ll3nbi)iSIyrfEjF7&2=kI&0DJzmPzMlWyilE=j>qFqO+eC-uI4{GFtg(o zygm)2Y5L52|G_!8t5cwMVrD<50W%Zuvde+1@>Z44bb;do{7)V+xiemqCv-keAq!r+Hzu#Z2>(&6S0*|WW7c*N1Hh`Uy#=s?D2fshr ze3oTzTLJ)OSza@ER9B^H-9;(V=|c>jxpYnbQU;TjkY0a#X0vlP17G; cJK9$K0w%nb`*0M-2mk;807*qoM6N<$g6EF&egFUf literal 0 HcmV?d00001 diff --git a/icons/Symbolic/16/gimp-save-as.png b/icons/Symbolic/16/gimp-save-as.png index 487b42b7ba7dfc497dea36d018cedc5e449a78da..441d9c5ff92e5ce87115ad7baaded21d44aa4830 100644 GIT binary patch delta 305 zcmV-10nYy51HS{1mwyvUL_t(Ijjd8UPQy?ToV9ZaT14T30&0ZdEs`xbA3{QksNn=O z_P!#i2~DKr0ubd2&+^dN=-K(;g6Vd4XZE8Nv@o+dfGdo{Tve}ojG1wyxL2Eu6&=DP z9&79rA~GB0Zf5+;RQ8Dge2U0D$?vw~3CVW=7pmIROoj#|7k?shNzzB02au6m4C{A} zm?X&qfE9o&qB8)iHh0{>IkyQR+yGcc^t!I=JLlZys6knlr)IV+ieei=(AH#K*R|$( z{#8}ghxh(0*7RqiB_hJ!3LO!} zk5TwE$c=jCH!4*XRh6b`UJn)R{6PnjGc!Bl|4;YVO1K$Be z+xP8^BVP kopZ0M3IH(M_>cZapAv;|B>G?jy8r+H07*qoM6N<$f_-9{cmMzZ diff --git a/icons/Symbolic/scalable/gimp-revert.svg b/icons/Symbolic/scalable/gimp-revert.svg new file mode 100644 index 0000000000..c4c4ee54f7 --- /dev/null +++ b/icons/Symbolic/scalable/gimp-revert.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + image/svg+xml + + + + + Klaus Staedtler + + + + + + + + + + + + + + + + diff --git a/icons/Symbolic/scalable/gimp-save-as.svg b/icons/Symbolic/scalable/gimp-save-as.svg index 4f097eb029..b2c3ae560d 100644 --- a/icons/Symbolic/scalable/gimp-save-as.svg +++ b/icons/Symbolic/scalable/gimp-save-as.svg @@ -24,8 +24,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="16" - inkscape:cx="14.900652" - inkscape:cy="17.081836" + inkscape:cx="9.5160701" + inkscape:cy="17.488086" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -69,7 +69,7 @@ Klaus Staedtler - + @@ -79,101 +79,47 @@ id="layer1" transform="translate(0,-1036.3622)"> + id="g4286"> - - - - - - - - - - - - - + transform="translate(-41.0002,617.3622)" /> - - - - - - + transform="translate(-101,389.3622)" + id="layer12"> + + + + + + diff --git a/libgimpwidgets/gimpfileentry.c b/libgimpwidgets/gimpfileentry.c index 56dc1f5c30..386530e4e0 100644 --- a/libgimpwidgets/gimpfileentry.c +++ b/libgimpwidgets/gimpfileentry.c @@ -138,7 +138,7 @@ gimp_file_entry_init (GimpFileEntry *entry) gtk_widget_set_sensitive (button, FALSE); - image = gtk_image_new_from_icon_name ("gtk-directory", GTK_ICON_SIZE_BUTTON); + image = gtk_image_new_from_icon_name (GIMP_STOCK_FILE_MANGER, GTK_ICON_SIZE_BUTTON); gtk_container_add (GTK_CONTAINER (button), image); gtk_widget_show (image); diff --git a/libgimpwidgets/gimpicons.c b/libgimpwidgets/gimpicons.c index b4ca0371d0..fbda3fa62a 100644 --- a/libgimpwidgets/gimpicons.c +++ b/libgimpwidgets/gimpicons.c @@ -76,6 +76,7 @@ static const GtkStockItem gimp_stock_items[] = { GIMP_STOCK_IMAGE_OPEN, NULL, 0, 0, LIBGIMP_DOMAIN }, { GIMP_STOCK_IMAGE_RELOAD, NULL, 0, 0, LIBGIMP_DOMAIN }, + { GIMP_STOCK_REVERT, NULL, 0, 0, LIBGIMP_DOMAIN }, { GIMP_STOCK_CLOSE_ALL, NULL, 0, 0, LIBGIMP_DOMAIN }, { GIMP_STOCK_CLIPBOARD, NULL, 0, 0, LIBGIMP_DOMAIN }, { GIMP_STOCK_FILE_MANAGER, NULL, 0, 0, LIBGIMP_DOMAIN }, diff --git a/libgimpwidgets/gimpicons.h b/libgimpwidgets/gimpicons.h index 7ced0ae612..c5dc202a8a 100644 --- a/libgimpwidgets/gimpicons.h +++ b/libgimpwidgets/gimpicons.h @@ -52,6 +52,7 @@ G_BEGIN_DECLS #define GIMP_STOCK_IMAGE_OPEN "gimp-image-open" #define GIMP_STOCK_IMAGE_RELOAD "gimp-image-reload" #define GIMP_STOCK_CLOSE_ALL "gimp-close-all" +#define GIMP_STOCK_REVERT "gimp-revert" #define GIMP_STOCK_CLIPBOARD "gimp-clipboard" #define GIMP_STOCK_FILE_MANAGER "gimp-file-manager"