aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.glade
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-accounts-dialog.glade')
-rw-r--r--src/empathy-accounts-dialog.glade42
1 files changed, 31 insertions, 11 deletions
diff --git a/src/empathy-accounts-dialog.glade b/src/empathy-accounts-dialog.glade
index 110730814..6091e4aa4 100644
--- a/src/empathy-accounts-dialog.glade
+++ b/src/empathy-accounts-dialog.glade
@@ -40,25 +40,46 @@
</widget>
</child>
<child>
- <widget class="GtkHBox" id="hbox148">
+ <widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
- <property name="spacing">6</property>
<property name="homogeneous">True</property>
<child>
- <widget class="GtkButton" id="button_add">
+ <widget class="GtkHBox" id="hbox148">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="label">gtk-add</property>
- <property name="use_stock">True</property>
- <property name="response_id">0</property>
+ <property name="spacing">6</property>
+ <property name="homogeneous">True</property>
+ <child>
+ <widget class="GtkButton" id="button_add">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label">gtk-add</property>
+ <property name="use_stock">True</property>
+ <property name="response_id">0</property>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkButton" id="button_remove">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label">gtk-remove</property>
+ <property name="use_stock">True</property>
+ <property name="response_id">0</property>
+ </widget>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
</widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
</child>
<child>
- <widget class="GtkButton" id="button_remove">
+ <widget class="GtkButton" id="button_import">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label">gtk-remove</property>
- <property name="use_stock">True</property>
+ <property name="label" translatable="yes">Import accounts</property>
<property name="response_id">0</property>
</widget>
<packing>
@@ -68,7 +89,6 @@
</widget>
<packing>
<property name="expand">False</property>
- <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>