mirror of https://github.com/GNOME/gimp.git
icons: rename gimp-eye.png to gimp-visible.png
This commit is contained in:
parent
88f29d468c
commit
16e9188b1f
Before Width: | Height: | Size: 413 B After Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 617 B After Width: | Height: | Size: 617 B |
|
@ -29,13 +29,13 @@ icons_DATA = \
|
|||
icons12_DATA = \
|
||||
12/gimp-close.png \
|
||||
12/gimp-default-colors.png \
|
||||
12/gimp-eye.png \
|
||||
12/gimp-linked.png \
|
||||
12/gimp-menu-left.png \
|
||||
12/gimp-menu-right.png \
|
||||
12/gimp-quick-mask-off.png \
|
||||
12/gimp-quick-mask-on.png \
|
||||
12/gimp-swap-colors.png \
|
||||
12/gimp-visible.png \
|
||||
12/gimp-zoom-follow-window.png
|
||||
|
||||
icons16_DATA = \
|
||||
|
@ -209,8 +209,8 @@ icons18_DATA = \
|
|||
18/gimp-color-picker-white.png
|
||||
|
||||
icons20_DATA = \
|
||||
20/gimp-eye.png \
|
||||
20/gimp-linked.png
|
||||
20/gimp-linked.png \
|
||||
20/gimp-visible.png
|
||||
|
||||
icons22_DATA = \
|
||||
22/gimp-char-picker.png \
|
||||
|
|
|
@ -462,7 +462,7 @@ gimp_stock_button_pixbufs[] =
|
|||
{ GIMP_STOCK_TRANSPARENCY, gimp_transparency_24 },
|
||||
|
||||
{ GIMP_STOCK_LINKED, gimp_linked_20 },
|
||||
{ GIMP_STOCK_VISIBLE, gimp_eye_20 },
|
||||
{ GIMP_STOCK_VISIBLE, gimp_visible_20 },
|
||||
|
||||
{ GIMP_STOCK_MOVE_TO_SCREEN, gimp_move_to_screen_24 },
|
||||
|
||||
|
@ -598,7 +598,7 @@ gimp_stock_menu_pixbufs[] =
|
|||
{ GIMP_STOCK_TRANSPARENCY, gimp_transparency_16 },
|
||||
|
||||
{ GIMP_STOCK_LINKED, gimp_linked_12 },
|
||||
{ GIMP_STOCK_VISIBLE, gimp_eye_12 },
|
||||
{ GIMP_STOCK_VISIBLE, gimp_visible_12 },
|
||||
|
||||
{ GIMP_STOCK_SELECTION_ALL, gimp_selection_all_16 },
|
||||
{ GIMP_STOCK_SELECTION_NONE, gimp_selection_none_16 },
|
||||
|
|
Loading…
Reference in New Issue