diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-16 16:43:37 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-16 16:43:37 +0200 |
commit | 6ff0076ee3e34c1707781552f555b6fab0e878fd (patch) | |
tree | 85a36b84a370632ab120d48dbd766195450f56d0 /src/sound-service-dbus.c | |
parent | 1677228ec606dd8d2e7eadccfff77a1703fdb727 (diff) | |
parent | 1b7f9eb7bb78339e2755632d3945219d226dbd58 (diff) | |
download | ayatana-indicator-sound-6ff0076ee3e34c1707781552f555b6fab0e878fd.tar.gz ayatana-indicator-sound-6ff0076ee3e34c1707781552f555b6fab0e878fd.tar.bz2 ayatana-indicator-sound-6ff0076ee3e34c1707781552f555b6fab0e878fd.zip |
fixed the icon issue which cropped up with this UI major overhaul on the metadata and title widgets
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r-- | src/sound-service-dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c index 318892b..6fb0a64 100644 --- a/src/sound-service-dbus.c +++ b/src/sound-service-dbus.c @@ -183,7 +183,7 @@ sound_service_dbus_build_sound_menu ( SoundServiceDbus* self, dbusmenu_menuitem_property_set( settings_mi, DBUSMENU_MENUITEM_PROP_LABEL, - _("Sound Settings")); + _("Sound Settings...")); dbusmenu_menuitem_child_append(priv->root_menuitem, settings_mi); g_object_unref (settings_mi); g_signal_connect(G_OBJECT(settings_mi), DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED, |