[Xfce4-commits] <xfce4-indicator-plugin:master> Update the friendly name table.
Andrzej
noreply at xfce.org
Sun Sep 1 20:14:02 CEST 2013
Updating branch refs/heads/master
to 99f974b8b15448b7091b7eb86fea572aabb85aae (commit)
from 8d26ab0d348cd6c969d575a9196b2d2aaa37c05e (commit)
commit 99f974b8b15448b7091b7eb86fea572aabb85aae
Author: Alistair Buxton <a.j.buxton at gmail.com>
Date: Sun Sep 1 04:41:23 2013 +0100
Update the friendly name table.
panel-plugin/indicator-dialog.c | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/panel-plugin/indicator-dialog.c b/panel-plugin/indicator-dialog.c
index e769628..9048246 100644
--- a/panel-plugin/indicator-dialog.c
+++ b/panel-plugin/indicator-dialog.c
@@ -53,18 +53,18 @@
/* known indicator names */
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" },
- { "libprintersmenu.so", N_("Printers Menu"), "printer" },
- { "libpower.so", N_("Power Management"), NULL },
- { "libappmenu.so", N_("Application Menus (Global Menu)"), "menu-editor" },
- { "libsession.so", N_("Session Management"), NULL },
- { "libmessaging.so", N_("Messaging Menu"), "indicator-messages-new" },
- { "libdatetime.so", N_("Date and Time"), "time-admin" },
- { "libbluetooth.so", N_("Bluetooth"), "bluetooth-active" },
- { "libsyncindicator.so", N_("Sync Menu"), "sync-client-updating" },
- { "libworkrave.so", N_("Workrave"), "workrave" },
+ /* raw name, pretty name, icon-name(?) */
+ { "libapplication.so", N_("Application Indicators"), "application-default-icon" },
+ { "com.canonical.indicator.sound", N_("Sound Menu"), "preferences-desktop-sound" },
+ { "libprintersmenu.so", N_("Printers Menu"), "printer" },
+ { "com.canonical.indicator.power", N_("Power Management"), NULL },
+ { "libappmenu.so", N_("Application Menus (Global Menu)"), "menu-editor" },
+ { "com.canonical.indicator.session", N_("Session Management"), NULL },
+ { "com.canonical.indicator.messages", N_("Messaging Menu"), "indicator-messages-new" },
+ { "com.canonical.indicator.datetime", N_("Date and Time"), "time-admin" },
+ { "com.canonical.indicator.bluetooth", N_("Bluetooth"), "bluetooth-active" },
+ { "libsyncindicator.so", N_("Sync Menu"), "sync-client-updating" },
+ { "libworkrave.so", N_("Workrave"), "workrave" },
};
More information about the Xfce4-commits
mailing list