summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2013-01-25 14:14:14 +0100
committerjvoisin2013-01-25 14:14:14 +0100
commite795e98fb257758c5ea47bea684485307028cd2d (patch)
treeb7d55d4e701caf77f4f3ea14c94f13bd9e02d13d
parentac4110fbfc60b112836d0b279ae07ea9a779b16d (diff)
Fix a typo gtk2->gtk3
-rwxr-xr-xmat-gui2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat-gui b/mat-gui
index b1157ea..3ef3523 100755
--- a/mat-gui
+++ b/mat-gui
@@ -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')