diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-22 23:56:03 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-22 23:56:03 +0800 |
commit | 4467e8c05dc70e4325cf4adceca6e78cd1ff64ca (patch) | |
tree | b739021dd84fff1f3410c743ed7ea9834c83f787 /src | |
parent | d6328ff8dc911f787ace5c6fff922c628944a6b3 (diff) | |
download | gsoc2013-empathy-4467e8c05dc70e4325cf4adceca6e78cd1ff64ca.tar gsoc2013-empathy-4467e8c05dc70e4325cf4adceca6e78cd1ff64ca.tar.gz gsoc2013-empathy-4467e8c05dc70e4325cf4adceca6e78cd1ff64ca.tar.bz2 gsoc2013-empathy-4467e8c05dc70e4325cf4adceca6e78cd1ff64ca.tar.lz gsoc2013-empathy-4467e8c05dc70e4325cf4adceca6e78cd1ff64ca.tar.xz gsoc2013-empathy-4467e8c05dc70e4325cf4adceca6e78cd1ff64ca.tar.zst gsoc2013-empathy-4467e8c05dc70e4325cf4adceca6e78cd1ff64ca.zip |
empathy-main-window: add View top menu
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-main-window.ui | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index 23d55f95b..cdfdbedb2 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -87,6 +87,12 @@ </object> </child> <child> + <object class="GtkAction" id="view"> + <property name="name">view</property> + <property name="label" translatable="yes">_View</property> + </object> + </child> + <child> <object class="GtkAction" id="room"> <property name="name">room</property> <property name="label" translatable="yes">_Room</property> @@ -156,6 +162,8 @@ <separator/> <menuitem action="edit_preferences"/> </menu> + <menu action="view"> + </menu> <menu action="room"> <menuitem action="room_join_new"/> <menuitem action="room_join_favorites"/> |