mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
Actually translate a message, don't just mark it for translation.
2004-02-15 Anders Carlsson <andersca@gnome.org> * src/menu.c (meta_window_menu_new): Actually translate a message, don't just mark it for translation.
This commit is contained in:
parent
339719568f
commit
27eb5a60f3
@ -1,4 +1,9 @@
|
|||||||
2004-02-14 Elijah Newren <newren@math.utah.edu
|
2004-02-15 Anders Carlsson <andersca@gnome.org>
|
||||||
|
|
||||||
|
* src/menu.c (meta_window_menu_new): Actually translate a message,
|
||||||
|
don't just mark it for translation.
|
||||||
|
|
||||||
|
2004-02-14 Elijah Newren <newren@math.utah.edu>
|
||||||
|
|
||||||
* src/workspace.c: When moving a window to a different workspace,
|
* src/workspace.c: When moving a window to a different workspace,
|
||||||
prepend it to the mru list insted of appending it. Fixes #134368.
|
prepend it to the mru list insted of appending it. Fixes #134368.
|
||||||
|
@ -362,7 +362,7 @@ meta_window_menu_new (MetaFrames *frames,
|
|||||||
xroot = GDK_DRAWABLE_XID (gdk_screen_get_root_window (screen));
|
xroot = GDK_DRAWABLE_XID (gdk_screen_get_root_window (screen));
|
||||||
|
|
||||||
submenu = gtk_menu_new ();
|
submenu = gtk_menu_new ();
|
||||||
submenuitem = menu_item_new (N_("Move to Another _Workspace"), FALSE, FALSE, 0, 0);
|
submenuitem = menu_item_new (_("Move to Another _Workspace"), FALSE, FALSE, 0, 0);
|
||||||
gtk_menu_item_set_submenu (GTK_MENU_ITEM (submenuitem), submenu);
|
gtk_menu_item_set_submenu (GTK_MENU_ITEM (submenuitem), submenu);
|
||||||
gtk_menu_shell_append (GTK_MENU_SHELL (menu->menu),
|
gtk_menu_shell_append (GTK_MENU_SHELL (menu->menu),
|
||||||
submenuitem);
|
submenuitem);
|
||||||
|
Loading…
Reference in New Issue
Block a user