diff options
Diffstat (limited to 'gtk/src/resource_data.h')
-rw-r--r-- | gtk/src/resource_data.h | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/gtk/src/resource_data.h b/gtk/src/resource_data.h index f962b7810..b942f67e5 100644 --- a/gtk/src/resource_data.h +++ b/gtk/src/resource_data.h @@ -5696,6 +5696,31 @@ " </child>\n" " <child>\n" " <object class="GtkCheckButton" i" +"d="EncodeLogLocation">\n" +" <property name="visible">Tr" +"ue</property>\n" +" <property name="can_focus">" +"True</property>\n" +" <property name="tooltip_text"&" +"gt; HandBrake produces 2 activity logs. \n" +"One for the session and one for each encoding.\n" +"Store the individual encode logs in the same\n" +"location as the movie.</property>\n" +" <property name="label" transla" +"table="yes">Store logs in destination video directory</" +"property>\n" +" <property name="draw_indicator"" +";>True</property>\n" +" <signal name="toggled" handler" +"="pref_changed_cb"/>\n" +" </object>\n" +" <packing>\n" +" <property name="position">5" +"</property>\n" +" </packing>\n" +" </child>\n" +" <child>\n" +" <object class="GtkCheckButton" i" "d="allow_tweaks">\n" " <property name="can_focus">" "True</property>\n" @@ -5707,7 +5732,7 @@ "="tweaks_changed_cb"/>\n" " </object>\n" " <packing>\n" -" <property name="position">5" +" <property name="position">6" "</property>\n" " </packing>\n" " </child>\n" @@ -5724,7 +5749,7 @@ "="hbfd_feature_changed_cb"/>\n" " </object>\n" " <packing>\n" -" <property name="position">6" +" <property name="position">7" "</property>\n" " </packing>\n" " </child>\n" @@ -10122,6 +10147,8 @@ " </dict>\n" " <key>Preferences</key>\n" " <dict>\n" +" <key>EncodeLogLocation</key>\n" +" <false />\n" " <key>allow_tweaks</key>\n" " <false />\n" " <key>chapters_in_destination</key>\n" |