diff options
| author | glatzor@ubuntu.com <> | 2006-06-29 02:47:36 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-06-29 02:47:36 +0200 |
| commit | 9d01fe4b4e6c370f76e83f500554cd7dd0512093 (patch) | |
| tree | 68a09dcf58903e4b29d717397d6ce609088de368 /data/SoftwareProperties.glade | |
| parent | 7c0fdd7a719a1127a838a33bc9415fa4800c453b (diff) | |
| download | python-apt-9d01fe4b4e6c370f76e83f500554cd7dd0512093.tar.gz | |
* Extract the components and the child repos (updates) of the currently
used distribution from the templates
Diffstat (limited to 'data/SoftwareProperties.glade')
| -rw-r--r-- | data/SoftwareProperties.glade | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index cbc87183..ac81bd1b 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -7,7 +7,7 @@ <property name="border_width">6</property> <property name="width_request">620</property> <property name="height_request">400</property> - <property name="title" translatable="yes">Software Sources</property> + <property name="title" translatable="yes">Software Repositories</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_CENTER</property> <property name="modal">False</property> @@ -76,7 +76,22 @@ </child> <child> - <placeholder/> + <widget class="GtkCheckButton" id="checkbutton_source_code"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Source code</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> </child> </widget> </child> |
