Skip to content
Snippets Groups Projects
Commit f19868b9 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

update info menu

parent f5e30a64
No related branches found
No related tags found
No related merge requests found
......@@ -113,14 +113,16 @@ help_about ( void * foo)
gchar *artists[] = {
"Pierre-Luc Beaudoin <pierre-luc.beaudoin@savoirfairelinux.com>",
NULL};
gchar *translators[] = {
"<maxime.chambreuil@savoirfairelinux.com>",
NULL};
gtk_show_about_dialog( GTK_WINDOW(get_main_window()),
"name", PACKAGE,
"title", _("About SFLphone"),
"version", VERSION,
"website", "http://www.sflphone.org",
"copyright", "Copyright © 2004-2007 Savoir-faire Linux Inc.",
"translator-credits", "",
"copyright", "Copyright © 2004-2008 Savoir-faire Linux Inc.",
"comments", _("SFLphone is a VoIP client compatible with SIP and IAX2 protocols."),
"artists", artists,
"authors", authors,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment