diff options
author | Pablo Barciela <[email protected]> | 2018-12-30 14:28:00 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-30 15:43:21 +0100 |
commit | 99b0d3e8b5fb7c259918f2089b3132febeb99848 (patch) | |
tree | 9228273d2f02bb5e1e9cea14635736a23e3d4951 /capplets/mouse/Makefile.am | |
parent | 7ebacdb2b9527c524e629266845802310cf84e50 (diff) | |
download | mate-control-center-99b0d3e8b5fb7c259918f2089b3132febeb99848.tar.bz2 mate-control-center-99b0d3e8b5fb7c259918f2089b3132febeb99848.tar.xz |
capplets/mouse: .svg files instead .png in doubleclick artwork
Diffstat (limited to 'capplets/mouse/Makefile.am')
-rw-r--r-- | capplets/mouse/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/capplets/mouse/Makefile.am b/capplets/mouse/Makefile.am index 1e413215..4b78498d 100644 --- a/capplets/mouse/Makefile.am +++ b/capplets/mouse/Makefile.am @@ -13,9 +13,9 @@ mate_mouse_properties_SOURCES = \ pixmapdir = $(pkgdatadir)/pixmaps pixmap_DATA = \ - double-click-on.png \ - double-click-off.png \ - double-click-maybe.png + double-click-on.svg \ + double-click-off.svg \ + double-click-maybe.svg uidir = $(pkgdatadir)/ui ui_DATA = mate-mouse-properties.ui |