diff options
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -183,7 +183,7 @@ class GUI(object): | |||
| 183 | w = Gtk.AboutDialog() | 183 | w = Gtk.AboutDialog() |
| 184 | w.set_authors(['Julien (jvoisin) Voisin', ]) | 184 | w.set_authors(['Julien (jvoisin) Voisin', ]) |
| 185 | w.set_artists(['Marine Benoît', ]) | 185 | w.set_artists(['Marine Benoît', ]) |
| 186 | w.set_copyright('GNU Public License v2') | 186 | w.set_copyright('GNU General Public License v2') |
| 187 | w.set_comments(_('Trash your meta, keep your data')) | 187 | w.set_comments(_('Trash your meta, keep your data')) |
| 188 | w.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_size(self.logo, 400, 200)) | 188 | w.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_size(self.logo, 400, 200)) |
| 189 | w.set_program_name('Metadata Anonymisation Toolkit') | 189 | w.set_program_name('Metadata Anonymisation Toolkit') |
