[Xfce4-commits] <xfce4-indicator-plugin:master> Updated the friendly name table.
Andrzej
noreply at xfce.org
Sun Sep 1 22:54:01 CEST 2013
Updating branch refs/heads/master
to e9934614f69f177a9f6e99216ede0717722b3d8f (commit)
from 0bcb7689136c448bd0ff42570435a19ac5c6ba0a (commit)
commit e9934614f69f177a9f6e99216ede0717722b3d8f
Author: Andrzej <ndrwrdck at gmail.com>
Date: Sun Sep 1 21:52:07 2013 +0100
Updated the friendly name table.
panel-plugin/indicator-dialog.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/panel-plugin/indicator-dialog.c b/panel-plugin/indicator-dialog.c
index 9048246..eb8bd50 100644
--- a/panel-plugin/indicator-dialog.c
+++ b/panel-plugin/indicator-dialog.c
@@ -55,15 +55,24 @@ static const gchar *pretty_names[][3] =
{
/* raw name, pretty name, icon-name(?) */
{ "libapplication.so", N_("Application Indicators"), "application-default-icon" },
+ { "libsoundmenu.so", N_("Sound Menu"), "preferences-desktop-sound" },
{ "com.canonical.indicator.sound", N_("Sound Menu"), "preferences-desktop-sound" },
{ "libprintersmenu.so", N_("Printers Menu"), "printer" },
+ { "libpower.so", N_("Power Management"), NULL },
{ "com.canonical.indicator.power", N_("Power Management"), NULL },
{ "libappmenu.so", N_("Application Menus (Global Menu)"), "menu-editor" },
+ { "libsession.so", N_("Session Management"), NULL },
{ "com.canonical.indicator.session", N_("Session Management"), NULL },
+ { "libmessaging.so", N_("Messaging Menu"), "indicator-messages-new" },
{ "com.canonical.indicator.messages", N_("Messaging Menu"), "indicator-messages-new" },
+ { "libdatetime.so", N_("Date and Time"), "time-admin" },
{ "com.canonical.indicator.datetime", N_("Date and Time"), "time-admin" },
+ { "libbluetooth.so", N_("Bluetooth"), "bluetooth-active" },
{ "com.canonical.indicator.bluetooth", N_("Bluetooth"), "bluetooth-active" },
{ "libsyncindicator.so", N_("Sync Menu"), "sync-client-updating" },
+ { "com.canonical.indicator.keyboard", N_("Keyboard"), NULL },
+ { "com.canonical.indicator.location", N_("Location"), NULL },
+ { "com.canonical.indicator.network", N_("Network"), NULL },
{ "libworkrave.so", N_("Workrave"), "workrave" },
};
More information about the Xfce4-commits
mailing list