diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-26 14:27:04 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-26 14:27:04 +0100 |
| commit | b37fef4c14a3d48e1a1360373ca6b92876357c49 (patch) | |
| tree | 09a4dcb50faadae838b086f751d034db99e7137b /data/SoftwarePropertiesDialogs.glade | |
| parent | a47225de2eb2809aec10b2d7c260963f0ab0a91b (diff) | |
| download | python-apt-b37fef4c14a3d48e1a1360373ca6b92876357c49.tar.gz | |
* Fixed wrong title of the dialog edit channel
Diffstat (limited to 'data/SoftwarePropertiesDialogs.glade')
| -rw-r--r-- | data/SoftwarePropertiesDialogs.glade | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/data/SoftwarePropertiesDialogs.glade b/data/SoftwarePropertiesDialogs.glade index 175d152b..ed350003 100644 --- a/data/SoftwarePropertiesDialogs.glade +++ b/data/SoftwarePropertiesDialogs.glade @@ -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> @@ -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> |
