summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
authorjvoisin2011-12-23 02:53:04 +0100
committerjvoisin2011-12-23 02:53:04 +0100
commita068cca895b8a92b29e666cf75658fceb5a8d0a2 (patch)
treeaa55110585ce2f81f913e6389bcdfa9bd02efe1b /mat-gui
parent375bf34e0fbd2202c1c4a177144f78f548826870 (diff)
parent73fc22ab0ce58ebba633d517ca436743fe62df57 (diff)
Merge branch 'master' of ssh://git-rw.torproject.org/user/jvoisin/mat into opendoc_xml
Diffstat (limited to 'mat-gui')
-rwxr-xr-xmat-gui5
1 files changed, 1 insertions, 4 deletions
diff --git a/mat-gui b/mat-gui
index 3110d23..576c90e 100755
--- a/mat-gui
+++ b/mat-gui
@@ -20,9 +20,6 @@ import urllib2
20from mat import mat 20from mat import mat
21from mat import strippers 21from mat import strippers
22 22
23__version__ = '0.1'
24__author__ = 'jvoisin'
25
26 23
27logging.basicConfig(level=mat.LOGGING_LEVEL) 24logging.basicConfig(level=mat.LOGGING_LEVEL)
28 25
@@ -345,7 +342,7 @@ data loss, but clean more efficiently'))
345 About popup 342 About popup
346 ''' 343 '''
347 w = gtk.AboutDialog() 344 w = gtk.AboutDialog()
348 w.set_version(__version__) 345 w.set_version(mat.__version__)
349 w.set_copyright('GNU Public License v2') 346 w.set_copyright('GNU Public License v2')
350 w.set_comments(_('This software was coded during the GSoC 2011')) 347 w.set_comments(_('This software was coded during the GSoC 2011'))
351 w.set_website('https://mat.boum.org') 348 w.set_website('https://mat.boum.org')