diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-27 10:51:26 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-27 10:51:26 +0100 |
| commit | 7da55cd2547325f4bc70d9eed46994bbc23d0d86 (patch) | |
| tree | 75b3a618726ec0acc62f2cdd712f3064eb5debb1 /data/SoftwarePropertiesDialogs.glade | |
| parent | 8adf34a8f38e586c5a4639ab2ce558e1ab21d680 (diff) | |
| parent | 14a4901efed8583a329c09225b76855ff6bcb6e3 (diff) | |
| download | python-apt-7da55cd2547325f4bc70d9eed46994bbc23d0d86.tar.gz | |
* merged with sebi
Diffstat (limited to 'data/SoftwarePropertiesDialogs.glade')
| -rw-r--r-- | data/SoftwarePropertiesDialogs.glade | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/data/SoftwarePropertiesDialogs.glade b/data/SoftwarePropertiesDialogs.glade index 3e4be82f..ed350003 100644 --- a/data/SoftwarePropertiesDialogs.glade +++ b/data/SoftwarePropertiesDialogs.glade @@ -92,9 +92,9 @@ <signal name="toggled" handler="on_radiobutton_official_toggled" last_modification_time="Thu, 23 Feb 2006 10:03:57 GMT"/> <child> - <widget class="GtkLabel" id="label71"> + <widget class="GtkLabel" id="label_dist"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Official Ubuntu Channel</b></property> + <property name="label" translatable="yes"></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -181,21 +181,26 @@ </child> <child> - <widget class="GtkVBox" id="vbox_comps"> + <widget class="GtkVBox" id="vbox22"> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">6</property> - - <child> - <placeholder/> - </child> + <property name="spacing">0</property> <child> - <placeholder/> - </child> + <widget class="GtkVBox" id="vbox_comps"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> - <child> - <placeholder/> + <child> + <placeholder/> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> </child> </widget> <packing> @@ -247,7 +252,7 @@ <child> <widget class="GtkLabel" id="label70"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Custom Channel</b></property> + <property name="label" translatable="yes"><b>Custom channel</b></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -591,7 +596,7 @@ The APT line contains the type, location and content of a repository, for exampl <widget class="GtkDialog" id="dialog_edit"> <property name="border_width">6</property> - <property name="title" translatable="yes">Edit Repository...</property> + <property name="title" translatable="yes">Edit Channel</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">True</property> |
