Skip to content

Commit

Permalink
Add credits to translators in About Dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbossert committed Jun 14, 2012
1 parent 5333fe9 commit cb76b7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/netzob/Common/Menu.py
Expand Up @@ -520,6 +520,7 @@ def aboutDialogAction(self, widget):
else:
about.set_comments(release.description)
about.set_website(release.url)
about.set_translator_credits(release.translator_credits)
logoPath = os.path.join(ResourcesConfiguration.getStaticResources(), "logo.png")
about.set_logo(gtk.gdk.pixbuf_new_from_file(logoPath))
about.run()
Expand Down
5 changes: 5 additions & 0 deletions src/netzob/release.py
Expand Up @@ -80,6 +80,11 @@
#+---------------------------------------------------------------------------+
download_url = "http://www.netzob.org/download"

#+---------------------------------------------------------------------------+
#| Translators
#+---------------------------------------------------------------------------+
translator_credits = """Français : Olivier Tétard <olivier.tetard@miskin.fr>"""

#+---------------------------------------------------------------------------+
#| Keywords to describe the application
#+---------------------------------------------------------------------------+
Expand Down

0 comments on commit cb76b7e

Please sign in to comment.