diff options
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -52,7 +52,7 @@ class GUI: | |||
| 52 | self.window.set_title('Metadata Anonymisation Toolkit') | 52 | self.window.set_title('Metadata Anonymisation Toolkit') |
| 53 | self.window.connect('destroy', gtk.main_quit) | 53 | self.window.connect('destroy', gtk.main_quit) |
| 54 | self.window.set_default_size(800, 600) | 54 | self.window.set_default_size(800, 600) |
| 55 | self.logo = mat.get_sharedir('logo.png') | 55 | self.logo = mat.get_sharedir('mat.png') |
| 56 | icon = gtk.gdk.pixbuf_new_from_file_at_size(self.logo, 50, 50) | 56 | icon = gtk.gdk.pixbuf_new_from_file_at_size(self.logo, 50, 50) |
| 57 | self.window.set_icon(icon) | 57 | self.window.set_icon(icon) |
| 58 | 58 | ||
