]> granicus.if.org Git - handbrake/commitdiff
LinGui: fix comb detect custom settings tooltip
authorJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 6 Sep 2017 17:09:08 +0000 (10:09 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 6 Sep 2017 17:10:29 +0000 (10:10 -0700)
gtk/src/main.c

index 061b97fee0c0906f07df8f5de783031a1971ccc5..de5eb0f28477c7fb36225cdd6f8f1482eca7aefd 100644 (file)
@@ -1213,7 +1213,7 @@ main(int argc, char *argv[])
     ghb_set_custom_filter_tooltip(ud, "PictureDetelecineCustom",
                                   "detelecine", HB_FILTER_DETELECINE);
     ghb_set_custom_filter_tooltip(ud, "PictureCombDetectCustom",
-                                  "interlace detection", HB_FILTER_DETELECINE);
+                                  "interlace detection", HB_FILTER_COMB_DETECT);
 
     gtk_widget_show(ghb_window);