Added support for setting the properties of several video files in a single step
Fixed little bug when setting the PAL/NTSC toggle in the file properties dialog
This commit is contained in:
parent
7646cdaf7e
commit
7c1766d25f
5 changed files with 269 additions and 75 deletions
|
|
@ -136,6 +136,15 @@
|
|||
<object class="GtkMenu" id="menu2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="multiproperties">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes">Set multiproperties</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="on_multiproperties_activate" swapped="no"/>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkImageMenuItem" id="settings">
|
||||
<property name="label">gtk-preferences</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue