diff options
| author | Ted Gould <[email protected]> | 2009-04-07 22:22:53 -0500 |
|---|---|---|
| committer | Ted Gould <[email protected]> | 2009-04-07 22:22:53 -0500 |
| commit | 4cc9463ff0c0e46f824446d5a30d249e371a0038 (patch) | |
| tree | 7b9aaf4b9d9b8132880eebb830a311508afb12a2 | |
| parent | 8e2e1da1a0225fcb3334018c391d42ed27342e2e (diff) | |
Added in an 'icon-name' to make the about dialog have a proper icon.0.1.5
| -rw-r--r-- | src/applet-main.c | 1 |
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 |
