summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorglatzor@ubuntu.com <>2006-07-22 18:19:57 +0200
committerglatzor@ubuntu.com <>2006-07-22 18:19:57 +0200
commit16c3025952c0828ed474acb724b05f04df12fa30 (patch)
tree0ccba400484150d6cdf40df7688f36066b7f6ef2 /data
parentd5e1d9349540d5d1c6f63b2f482b5b9ea6a68836 (diff)
downloadpython-apt-16c3025952c0828ed474acb724b05f04df12fa30.tar.gz
* allow to replace the current sources by the ones from a file
Diffstat (limited to 'data')
-rw-r--r--data/glade/SoftwarePropertiesDialogs.glade34
1 files changed, 12 insertions, 22 deletions
diff --git a/data/glade/SoftwarePropertiesDialogs.glade b/data/glade/SoftwarePropertiesDialogs.glade
index e95d31e7..b4bf6180 100644
--- a/data/glade/SoftwarePropertiesDialogs.glade
+++ b/data/glade/SoftwarePropertiesDialogs.glade
@@ -895,7 +895,7 @@ You need a working internet connection to continue.</property>
</child>
</widget>
-<widget class="GtkDialog" id="dialog_sources_list">
+<widget class="GtkDialog" id="dialog_add_sources_list">
<property name="border_width">6</property>
<property name="title" translatable="yes"></property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@@ -924,51 +924,41 @@ You need a working internet connection to continue.</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
- <widget class="GtkButton" id="button_cancel">
+ <widget class="GtkButton" id="button_replace">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
- <property name="label">gtk-cancel</property>
- <property name="use_stock">True</property>
+ <property name="label">_Replace</property>
+ <property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
- <property name="response_id">-6</property>
+ <property name="response_id">1</property>
</widget>
</child>
<child>
- <widget class="GtkButton" id="button_add">
+ <widget class="GtkButton" id="button_cancel">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
+ <property name="label">gtk-cancel</property>
+ <property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
- <property name="response_id">-5</property>
-
- <child>
- <widget class="GtkImage" id="image2">
- <property name="visible">True</property>
- <property name="stock">gtk-add</property>
- <property name="icon_size">4</property>
- <property name="xalign">0.5</property>
- <property name="yalign">0.5</property>
- <property name="xpad">0</property>
- <property name="ypad">0</property>
- </widget>
- </child>
+ <property name="response_id">-6</property>
</widget>
</child>
<child>
- <widget class="GtkButton" id="button_close">
+ <widget class="GtkButton" id="button_add">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
- <property name="label">gtk-close</property>
+ <property name="label">gtk-add</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
- <property name="response_id">-7</property>
+ <property name="response_id">2</property>
</widget>
</child>
</widget>