diff options
author | Ted Gould <ted@canonical.com> | 2009-04-07 22:22:53 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-07 22:22:53 -0500 |
commit | c1955c5ca3f460f0ac8fc7de84325345b60b8919 (patch) | |
tree | 160d79d3c29b7be5bc7abc581ac7b1dbece772e6 /src/applet-main.c | |
parent | 75002ffd6068873af92d3f8f2c687415f0325e1c (diff) | |
download | libayatana-indicator-c1955c5ca3f460f0ac8fc7de84325345b60b8919.tar.gz libayatana-indicator-c1955c5ca3f460f0ac8fc7de84325345b60b8919.tar.bz2 libayatana-indicator-c1955c5ca3f460f0ac8fc7de84325345b60b8919.zip |
Added in an 'icon-name' to make the about dialog have a proper icon.0.1.5
Diffstat (limited to 'src/applet-main.c')
-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 |