diff options
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -383,7 +383,7 @@ class GUI: | |||
| 383 | w.set_artists(['Marine Benoît', ]) | 383 | w.set_artists(['Marine Benoît', ]) |
| 384 | w.set_copyright('GNU Public License v2') | 384 | w.set_copyright('GNU Public License v2') |
| 385 | w.set_comments(_('This software was coded during the GSoC 2011')) | 385 | w.set_comments(_('This software was coded during the GSoC 2011')) |
| 386 | w.set_logo(Gdk.Pixbuf.new_from_file_at_size(self.logo, 400, 200)) | 386 | w.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_size(self.logo, 400, 200)) |
| 387 | w.set_program_name('Metadata Anonymisation Toolkit') | 387 | w.set_program_name('Metadata Anonymisation Toolkit') |
| 388 | w.set_version(mat.__version__) | 388 | w.set_version(mat.__version__) |
| 389 | w.set_website('https://mat.boum.org') | 389 | w.set_website('https://mat.boum.org') |
