diff options
| author | jvoisin | 2011-08-18 16:30:57 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-18 16:30:57 +0200 |
| commit | 7a865af16ebbd1f0f8910f1edce27452787149b8 (patch) | |
| tree | 5088982559e9c12008105695a86fc7b4e85ff06c /mat-gui | |
| parent | 3c47222aaf93fd3a9c62d9e4ef84f1dcabe46632 (diff) | |
Typo and layout
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -277,7 +277,7 @@ data loss')) | |||
| 277 | w.set_website('https://gitweb.torproject.org/user/jvoisin/mat.git') | 277 | w.set_website('https://gitweb.torproject.org/user/jvoisin/mat.git') |
| 278 | w.set_website_label(_('Website')) | 278 | w.set_website_label(_('Website')) |
| 279 | w.set_authors(['Julien (jvoisin) Voisin', ]) | 279 | w.set_authors(['Julien (jvoisin) Voisin', ]) |
| 280 | w.set_program_name('Metadata Anonymistion Toolkit') | 280 | w.set_program_name('Metadata Anonymisation Toolkit') |
| 281 | click = w.run() | 281 | click = w.run() |
| 282 | if click: | 282 | if click: |
| 283 | w.destroy() | 283 | w.destroy() |
| @@ -333,7 +333,7 @@ data loss')) | |||
| 333 | 333 | ||
| 334 | icon = gtk.Image() | 334 | icon = gtk.Image() |
| 335 | icon.set_from_stock(gtk.STOCK_PREFERENCES, gtk.ICON_SIZE_DIALOG) | 335 | icon.set_from_stock(gtk.STOCK_PREFERENCES, gtk.ICON_SIZE_DIALOG) |
| 336 | hbox.pack_start(icon, False, False, 0) | 336 | hbox.pack_start(icon, False, False, 20) |
| 337 | 337 | ||
| 338 | table = gtk.Table(3, 2, False) # nb rows, nb lines | 338 | table = gtk.Table(3, 2, False) # nb rows, nb lines |
| 339 | hbox.pack_start(table, True, True, 0) | 339 | hbox.pack_start(table, True, True, 0) |
