summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
Diffstat (limited to 'mat-gui')
-rwxr-xr-xmat-gui2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat-gui b/mat-gui
index cedc099..f8ad92f 100755
--- a/mat-gui
+++ b/mat-gui
@@ -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')