diff options
Diffstat (limited to 'portato/gui/templates/MailInfoWindow.glade')
-rw-r--r-- | portato/gui/templates/MailInfoWindow.glade | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/portato/gui/templates/MailInfoWindow.glade b/portato/gui/templates/MailInfoWindow.glade index a01f652..11ef33a 100644 --- a/portato/gui/templates/MailInfoWindow.glade +++ b/portato/gui/templates/MailInfoWindow.glade @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!--Generated with glade3 3.4.5 on Thu Jul 10 20:05:27 2008 --> +<!--Generated with glade3 3.4.5 on Mon Sep 15 20:20:19 2008 --> <glade-interface> <widget class="GtkWindow" id="MailInfoWindow"> <property name="title" translatable="yes">Send Bug Mail ...</property> @@ -19,10 +19,13 @@ <child> <widget class="GtkTable" id="table1"> <property name="visible">True</property> - <property name="n_rows">4</property> + <property name="n_rows">5</property> <property name="n_columns">2</property> <property name="row_spacing">10</property> <child> + <placeholder/> + </child> + <child> <widget class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="label" translatable="yes"><b><u>Additional Information</u></b> @@ -132,6 +135,23 @@ what did you do to hit the bug?</property> <property name="x_padding">5</property> </packing> </child> + <child> + <widget class="GtkCheckButton" id="logCheck"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="tooltip" translatable="yes">Attaches the logfile to the mail. This log only contains debug information.</property> + <property name="label" translatable="yes">Attach _Logfile</property> + <property name="use_underline">True</property> + <property name="response_id">0</property> + <property name="active">True</property> + <property name="draw_indicator">True</property> + </widget> + <packing> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + <property name="x_options">GTK_FILL</property> + </packing> + </child> </widget> <packing> <property name="padding">5</property> |