From 7e27a03b4c5487c0fecaf6f5c39e58d1ae22ccaa Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 15 Feb 2012 13:30:51 +0100 Subject: Update icons --- mat-gui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mat-gui b/mat-gui index 5c28732..cac4a7f 100755 --- a/mat-gui +++ b/mat-gui @@ -102,7 +102,7 @@ class GUI: toolbutton.set_tooltip_text(_('Add files')) toolbar.add(toolbutton) - toolbutton = gtk.ToolButton(gtk.STOCK_PRINT_REPORT) + toolbutton = gtk.ToolButton(gtk.STOCK_CLEAR) toolbutton.set_label(_('Clean')) toolbutton.connect('clicked', self.__process_files, self.__mat_clean) toolbutton.set_tooltip_text(_('Clean selected files')) @@ -192,7 +192,7 @@ class GUI: item.add_accelerator('activate', self.accelerator, key, mod, gtk.ACCEL_VISIBLE) picture = gtk.Image() - picture.set_from_stock(gtk.STOCK_PRINT_REPORT, gtk.ICON_SIZE_MENU) + picture.set_from_stock(gtk.STOCK_CLEAR, gtk.ICON_SIZE_MENU) item.set_image(picture) item.set_label(_('Clean')) item.connect('activate', self.__process_files, self.__mat_clean) -- cgit v1.3