summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <[email protected]>2009-04-07 22:22:53 -0500
committerTed Gould <[email protected]>2009-04-07 22:22:53 -0500
commit4cc9463ff0c0e46f824446d5a30d249e371a0038 (patch)
tree7b9aaf4b9d9b8132880eebb830a311508afb12a2
parent8e2e1da1a0225fcb3334018c391d42ed27342e2e (diff)
Added in an 'icon-name' to make the about dialog have a proper icon.0.1.5
-rw-r--r--src/applet-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/applet-main.c b/src/applet-main.c
index e08dc1e..310cfe9 100644
--- a/src/applet-main.c
+++ b/src/applet-main.c
@@ -150,6 +150,7 @@ about_cb (BonoboUIComponent *ui_container,
"wrap-license", TRUE,
"translator-credits", _("translator-credits"),
"logo-icon-name", "indicator-applet",
+ "icon-name", "indicator-applet",
"website", "http://launchpad.net/indicator-applet",
"website-label", _("Indicator Applet Website"),
NULL