diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-03-30 21:48:31 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2010-03-30 21:48:31 +0800 |
commit | 5d6902cc05f95832e06afd88b6d581be68c1a79f (patch) | |
tree | 07b3c98b86de4b24e82fb52990f24716e9b0411a /src/empathy-chat-window.ui | |
parent | 62a0fee5ae1749f38e476ba67c0e1f2804ad5ee7 (diff) | |
parent | d8dd568c2c1fed4cb328c2a9afc148186fda12aa (diff) | |
download | gsoc2013-empathy-5d6902cc05f95832e06afd88b6d581be68c1a79f.tar gsoc2013-empathy-5d6902cc05f95832e06afd88b6d581be68c1a79f.tar.gz gsoc2013-empathy-5d6902cc05f95832e06afd88b6d581be68c1a79f.tar.bz2 gsoc2013-empathy-5d6902cc05f95832e06afd88b6d581be68c1a79f.tar.lz gsoc2013-empathy-5d6902cc05f95832e06afd88b6d581be68c1a79f.tar.xz gsoc2013-empathy-5d6902cc05f95832e06afd88b6d581be68c1a79f.tar.zst gsoc2013-empathy-5d6902cc05f95832e06afd88b6d581be68c1a79f.zip |
Merge branch 'undo-close-tab'
Diffstat (limited to 'src/empathy-chat-window.ui')
-rw-r--r-- | src/empathy-chat-window.ui | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/empathy-chat-window.ui b/src/empathy-chat-window.ui index 32bf89cc0..0c4aba0b4 100644 --- a/src/empathy-chat-window.ui +++ b/src/empathy-chat-window.ui @@ -112,6 +112,13 @@ <accelerator key="Page_Down" modifiers="GDK_CONTROL_MASK"/> </child> <child> + <object class="GtkAction" id="menu_tabs_undo_close_tab"> + <property name="name">menu_tabs_undo_close_tab</property> + <property name="label" translatable="yes">_Undo Close Tab</property> + </object> + <accelerator key="t" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> + </child> + <child> <object class="GtkAction" id="menu_tabs_left"> <property name="name">menu_tabs_left</property> <property name="label" translatable="yes">Move Tab _Left</property> @@ -175,6 +182,7 @@ <menu action="menu_tabs"> <menuitem action="menu_tabs_prev"/> <menuitem action="menu_tabs_next"/> + <menuitem action="menu_tabs_undo_close_tab"/> <separator/> <menuitem action="menu_tabs_left"/> <menuitem action="menu_tabs_right"/> |