diff options
author | Chris Lumens <clumens@redhat.com> | 2008-05-16 20:25:32 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-07-22 15:57:42 -0400 |
commit | d5b01ce6fae089526c60db0bbafd3b99cc6a2200 (patch) | |
tree | b32f5f2b8fba314642a5bd6a7a0ae238decb097e /ui/exnSave.glade | |
parent | 51ed802c7553c0b32b1465975c9364797f54fd43 (diff) | |
download | anaconda-d5b01ce6fae089526c60db0bbafd3b99cc6a2200.tar.gz anaconda-d5b01ce6fae089526c60db0bbafd3b99cc6a2200.tar.xz anaconda-d5b01ce6fae089526c60db0bbafd3b99cc6a2200.zip |
Remove the code to save exceptions over scp.
Diffstat (limited to 'ui/exnSave.glade')
-rw-r--r-- | ui/exnSave.glade | 93 |
1 files changed, 2 insertions, 91 deletions
diff --git a/ui/exnSave.glade b/ui/exnSave.glade index b7ba57a56..0bab909cd 100644 --- a/ui/exnSave.glade +++ b/ui/exnSave.glade @@ -74,7 +74,7 @@ <child> <widget class="GtkLabel" id="label6"> <property name="visible">True</property> - <property name="label" translatable="yes">Select a destination for the exception information.</property> + <property name="label" translatable="yes">Your traceback can either be saved to a local disk or to a bug tracking system.</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -228,7 +228,7 @@ <widget class="GtkRadioButton" id="remoteButton"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Remote (scp)</property> + <property name="label" translatable="yes">_Remote (%s)</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -271,56 +271,6 @@ <property name="spacing">5</property> <child> - <widget class="GtkLabel" id="label2"> - <property name="visible">True</property> - <property name="label">Host (host:port)</property> - <property name="use_underline">False</property> - <property name="use_markup">False</property> - <property name="justify">GTK_JUSTIFY_LEFT</property> - <property name="wrap">False</property> - <property name="selectable">False</property> - <property name="xalign">0</property> - <property name="yalign">0.5</property> - <property name="xpad">0</property> - <property name="ypad">0</property> - <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> - <property name="width_chars">-1</property> - <property name="single_line_mode">False</property> - <property name="angle">0</property> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">True</property> - </packing> - </child> - - <child> - <widget class="GtkLabel" id="label3"> - <property name="visible">True</property> - <property name="label">Destination file</property> - <property name="use_underline">False</property> - <property name="use_markup">False</property> - <property name="justify">GTK_JUSTIFY_LEFT</property> - <property name="wrap">False</property> - <property name="selectable">False</property> - <property name="xalign">0</property> - <property name="yalign">0.5</property> - <property name="xpad">0</property> - <property name="ypad">0</property> - <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> - <property name="width_chars">-1</property> - <property name="single_line_mode">False</property> - <property name="angle">0</property> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">True</property> - </packing> - </child> - - <child> <widget class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="label">User name</property> @@ -385,45 +335,6 @@ <property name="spacing">5</property> <child> - <widget class="GtkEntry" id="hostEntry"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="has_focus">True</property> - <property name="editable">True</property> - <property name="visibility">True</property> - <property name="max_length">0</property> - <property name="text" translatable="yes"></property> - <property name="has_frame">True</property> - <property name="invisible_char">•</property> - <property name="activates_default">False</property> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">True</property> - <property name="fill">True</property> - </packing> - </child> - - <child> - <widget class="GtkEntry" id="destEntry"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="editable">True</property> - <property name="visibility">True</property> - <property name="max_length">0</property> - <property name="text" translatable="yes"></property> - <property name="has_frame">True</property> - <property name="invisible_char">•</property> - <property name="activates_default">False</property> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">True</property> - <property name="fill">True</property> - </packing> - </child> - - <child> <widget class="GtkEntry" id="usernameEntry"> <property name="visible">True</property> <property name="can_focus">True</property> |