diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-10-17 20:45:44 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-17 20:45:44 +0800 |
commit | 87177241f400d11ae30da75ad134983047f9be5a (patch) | |
tree | 87fd768ed63551c1108589b132b96d6ffecbd38c /src/empathy-main-window.glade | |
parent | 00b13b48a3771ba08eb6453a7a6e1c55f0de2a61 (diff) | |
download | gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.tar gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.tar.gz gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.tar.bz2 gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.tar.lz gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.tar.xz gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.tar.zst gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.zip |
Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1593
Diffstat (limited to 'src/empathy-main-window.glade')
-rw-r--r-- | src/empathy-main-window.glade | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/empathy-main-window.glade b/src/empathy-main-window.glade index 737105d23..2868b19c7 100644 --- a/src/empathy-main-window.glade +++ b/src/empathy-main-window.glade @@ -70,6 +70,21 @@ </widget> </child> <child> + <widget class="GtkImageMenuItem" id="chat_import"> + <property name="visible">True</property> + <property name="label" translatable="yes">_Import contacts...</property> + <property name="use_underline">True</property> + <accelerator key="N" modifiers="GDK_CONTROL_MASK" signal="activate"/> + <child internal-child="image"> + <widget class="GtkImage" id="menu-item-image9"> + <property name="visible">True</property> + <property name="stock">gtk-add</property> + <property name="icon_size">1</property> + </widget> + </child> + </widget> + </child> + <child> <widget class="GtkSeparatorMenuItem" id="separator3"> <property name="visible">True</property> </widget> |