diff options
author | John Stebbins <[email protected]> | 2017-09-06 10:09:08 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-09-06 10:10:29 -0700 |
commit | 526e7a18f1c7f0dfff0854dc1bc513f6c56e3853 (patch) | |
tree | fadc368079cf408b71737250766b624dafffb740 /gtk | |
parent | 8ed1ba624a71b0a363a69012f72491b0e60cdd9c (diff) |
LinGui: fix comb detect custom settings tooltip
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c index 061b97fee..de5eb0f28 100644 --- a/gtk/src/main.c +++ b/gtk/src/main.c @@ -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); |