diff options
author | jstebbins <[email protected]> | 2015-03-26 19:17:01 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-03-26 19:17:01 +0000 |
commit | fb6cd7bcc63a8c112a5c30058ee533808a56707c (patch) | |
tree | c2094b8219ff68ce28c0c49453ce2fff8dad726c /gtk/src/ghb.ui | |
parent | 9669de06b6a7ba35e09ebef9f34629318335a074 (diff) |
LinGui: fix queue file open dialog filters
Forgot to change these to json from xml/plist
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7020 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 17fd28a0e..fbc390060 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -16,7 +16,7 @@ <object class="GtkFileFilter" id="SourceFilterVideo"/> <object class="GtkFileFilter" id="SourceFilterWMV"/> <object class="GtkFileFilter" id="QueueFilterAll"/> - <object class="GtkFileFilter" id="QueueFilterXML"/> + <object class="GtkFileFilter" id="QueueFilterJSON"/> <object class="GtkLabel" id="SubBurnedLabel"> <property name="visible">True</property> <property name="can_focus">False</property> |