diff options
-rw-r--r-- | gtk/src/ghb.m4 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index 88ceb5d1a..e17e723ee 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -7058,6 +7058,23 @@ This file may be reloaded at a later time to edit your jobs and re-encode.</prop </packing> </child> <child> + <object class="GtkLabel" id="dest_to_label"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">end</property> + <property name="margin-start">6</property> + <property name="margin-end">6</property> + <property name="use_markup">True</property> + <property name="label" translatable="yes"><b>To:</b></property> + </object> + <packing> + <property name="top_attach">0</property> + <property name="left_attach">2</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> <object class="GtkFileChooserButton" id="dest_dir"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -7069,7 +7086,7 @@ This file may be reloaded at a later time to edit your jobs and re-encode.</prop </object> <packing> <property name="top_attach">0</property> - <property name="left_attach">2</property> + <property name="left_attach">3</property> <property name="width">1</property> <property name="height">1</property> </packing> |