diff options
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/Makefile.am | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index b30d00e2..842522ab 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -22,15 +22,18 @@ gui_DATA = \ item_shortcut_bgr.png \ mouse.png \ radioin.png \ + radioin_highlight.png \ radioout.png \ + radioout_highlight.png \ resize.png \ selection.png \ slider.png \ - sticky_button.png \ + slider_hilight.png \ speechbubble.xml \ + sticky_button.png \ tab.png \ + tab_hilight.png \ tabselected.png \ - tab_hilight.png \ target-cursor-blue-l.png \ target-cursor-blue-m.png \ target-cursor-blue-s.png \ @@ -42,15 +45,11 @@ gui_DATA = \ vscroll_down_highlight.png \ vscroll_down_pressed.png \ vscroll_grey.png \ + vscroll_highlight.png \ vscroll_up_default.png \ vscroll_up_highlight.png \ vscroll_up_pressed.png \ - window.png \ - radioin_highlight.png \ - radioout_highlight.png \ - slider_hilight.png \ - tab_hilight.png \ - vscroll_highlight.png + window.png EXTRA_DIST = \ $(gui_DATA) |