diff options
author | Benjamin Otte <otte@gnome.org> | 2007-10-21 18:12:35 +0200 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2007-10-21 18:12:35 +0200 |
commit | 01740e53bfc4b71b4ef3c796ed061cad2a5ee621 (patch) | |
tree | 82a6a730cba8ccfd6ab1310efdd7e95f0c7472b0 /player | |
parent | 212a233c44dd82b3f7af6d8bc78457182a786cf3 (diff) |
set application name
Diffstat (limited to 'player')
-rw-r--r-- | player/swfdec-player.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/player/swfdec-player.c b/player/swfdec-player.c index 872acfa..c8a90ca 100644 --- a/player/swfdec-player.c +++ b/player/swfdec-player.c @@ -59,6 +59,7 @@ main (int argc, char *argv[]) }; GOptionContext *ctx; + g_set_application_name (_("Swfdec Flash Player")); ctx = g_option_context_new (""); g_option_context_set_translation_domain (ctx, GETTEXT_PACKAGE); g_option_context_add_main_entries (ctx, options, "options"); |