summaryrefslogtreecommitdiffstats
path: root/gtk/src
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2017-12-22 09:38:37 -0800
committerJohn Stebbins <[email protected]>2017-12-22 09:38:37 -0800
commitb7a2cf3e783a3106172cf8c9f70ef26d508f29df (patch)
tree8a8529dcbbebfdcac5018228d5df6bd98874dd3b /gtk/src
parentc578a25c03876623ab61729bc4c66293e1d35d57 (diff)
LinGui: Add "To:" before destination directory chooser
Diffstat (limited to 'gtk/src')
-rw-r--r--gtk/src/ghb.m419
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">&lt;b&gt;To:&lt;/b&gt;</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>