X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient_list_menu.c;h=4d4555f8c1182c0c5550bbc10391028b72f4a164;hb=34446063fa6f954f81200f2778c099865b374d2c;hp=ccc594c0cde3f1c945c1f52f915874af72cf1796;hpb=9960ef2ff99a8d39b35518e178a624b19f758525;p=chaz%2Fopenbox diff --git a/openbox/client_list_menu.c b/openbox/client_list_menu.c index ccc594c0..4d4555f8 100644 --- a/openbox/client_list_menu.c +++ b/openbox/client_list_menu.c @@ -53,7 +53,7 @@ static void desk_menu_update(ObMenuFrame *frame, gpointer data) GSList *acts; ObAction* act; ObMenuEntry *e; - ObClientIcon *icon; + const ObClientIcon *icon; empty = FALSE; @@ -85,7 +85,7 @@ static void desk_menu_update(ObMenuFrame *frame, gpointer data) act = action_from_string("Desktop", OB_USER_ACTION_MENU_SELECTION); act->data.desktop.desk = d->desktop; acts = g_slist_prepend(NULL, act); - menu_add_normal(menu, 0, "Switch to...", acts); + menu_add_normal(menu, 0, _("Go there..."), acts); } }