summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2012-02-15 13:30:51 +0100
committerjvoisin2012-02-15 13:30:51 +0100
commit7e27a03b4c5487c0fecaf6f5c39e58d1ae22ccaa (patch)
treef88ae266cde101a4b870c8b18928c9e52e6aa159
parentd175a9d9a011c8e30d31bfd3cb7948940e867493 (diff)
Update icons
-rwxr-xr-xmat-gui4
1 files 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:
102 toolbutton.set_tooltip_text(_('Add files')) 102 toolbutton.set_tooltip_text(_('Add files'))
103 toolbar.add(toolbutton) 103 toolbar.add(toolbutton)
104 104
105 toolbutton = gtk.ToolButton(gtk.STOCK_PRINT_REPORT) 105 toolbutton = gtk.ToolButton(gtk.STOCK_CLEAR)
106 toolbutton.set_label(_('Clean')) 106 toolbutton.set_label(_('Clean'))
107 toolbutton.connect('clicked', self.__process_files, self.__mat_clean) 107 toolbutton.connect('clicked', self.__process_files, self.__mat_clean)
108 toolbutton.set_tooltip_text(_('Clean selected files')) 108 toolbutton.set_tooltip_text(_('Clean selected files'))
@@ -192,7 +192,7 @@ class GUI:
192 item.add_accelerator('activate', self.accelerator, 192 item.add_accelerator('activate', self.accelerator,
193 key, mod, gtk.ACCEL_VISIBLE) 193 key, mod, gtk.ACCEL_VISIBLE)
194 picture = gtk.Image() 194 picture = gtk.Image()
195 picture.set_from_stock(gtk.STOCK_PRINT_REPORT, gtk.ICON_SIZE_MENU) 195 picture.set_from_stock(gtk.STOCK_CLEAR, gtk.ICON_SIZE_MENU)
196 item.set_image(picture) 196 item.set_image(picture)
197 item.set_label(_('Clean')) 197 item.set_label(_('Clean'))
198 item.connect('activate', self.__process_files, self.__mat_clean) 198 item.connect('activate', self.__process_files, self.__mat_clean)