summaryrefslogtreecommitdiff
path: root/mate-panel/panel-menu-bar.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-01-19 13:36:31 +0100
committerStefano Karapetsas <[email protected]>2012-01-19 13:36:31 +0100
commite0a48baf161a51e7a61ffdf61e8c60050c9472f5 (patch)
treee50778ddcd475a990b216b21c6a996d74575e536 /mate-panel/panel-menu-bar.c
parent60fe93f5130407c3e02748341affbce360606c53 (diff)
downloadmate-panel-e0a48baf161a51e7a61ffdf61e8c60050c9472f5.tar.bz2
mate-panel-e0a48baf161a51e7a61ffdf61e8c60050c9472f5.tar.xz
alacarte -> mozo (thanks to benpicco for the tip)
Diffstat (limited to 'mate-panel/panel-menu-bar.c')
-rw-r--r--mate-panel/panel-menu-bar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/panel-menu-bar.c b/mate-panel/panel-menu-bar.c
index 0ea27331..05e26850 100644
--- a/mate-panel/panel-menu-bar.c
+++ b/mate-panel/panel-menu-bar.c
@@ -288,7 +288,7 @@ static void panel_menu_bar_load(PanelWidget* panel, gboolean locked, int positio
mate_panel_applet_add_callback(menubar->priv->info, "help", GTK_STOCK_HELP, _("_Help"), NULL);
/* Menu editors */
- if (panel_is_program_in_path("alacarte") || panel_is_program_in_path("matemenu-simple-editor"))
+ if (panel_is_program_in_path("mozo") || panel_is_program_in_path("matemenu-simple-editor"))
{
mate_panel_applet_add_callback (menubar->priv->info, "edit", NULL, _("_Edit Menus"), NULL);
}
@@ -334,7 +334,7 @@ void panel_menu_bar_invoke_menu(PanelMenuBar* menubar, const char* callback_name
{
GError* error = NULL;
- panel_launch_desktop_file_with_fallback("alacarte.desktop", "alacarte", screen, &error);
+ panel_launch_desktop_file_with_fallback("mozo.desktop", "mozo", screen, &error);
if (error)
{