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/common | |
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/common')
-rw-r--r-- | capplets/common/capplet-stock-icons.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/capplets/common/capplet-stock-icons.c b/capplets/common/capplet-stock-icons.c index 8488aa08..fd138132 100644 --- a/capplets/common/capplet-stock-icons.c +++ b/capplets/common/capplet-stock-icons.c @@ -44,9 +44,9 @@ typedef struct static CappletStockIcon items [] = { - { MOUSE_DBLCLCK_MAYBE, "double-click-maybe.png"}, - { MOUSE_DBLCLCK_ON, "double-click-on.png"}, - { MOUSE_DBLCLCK_OFF, "double-click-off.png"} + { MOUSE_DBLCLCK_MAYBE, "double-click-maybe.svg"}, + { MOUSE_DBLCLCK_ON, "double-click-on.svg"}, + { MOUSE_DBLCLCK_OFF, "double-click-off.svg"} }; static void |