[vlc-devel] commit: Used the new "deinterlace" option for Qt4 simple preferences. ( Laurent Aimar )
git version control
git at videolan.org
Sun Oct 4 18:50:53 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Oct 4 18:47:29 2009 +0200| [31c147123acdf08f65ccc30a844b7747f056ef68] | committer: Laurent Aimar
Used the new "deinterlace" option for Qt4 simple preferences.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=31c147123acdf08f65ccc30a844b7747f056ef68
---
modules/gui/qt4/components/simple_preferences.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 6f98fe2..009b287 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -209,7 +209,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ui.hwYUVBox->setVisible( false );
#endif
- CONFIG_GENERIC( "deinterlace-mode", StringList, ui.deinterLabel, deinterlaceBox );
+ CONFIG_GENERIC( "deinterlace", StringList, ui.deinterLabel, deinterlaceBox );
CONFIG_GENERIC( "aspect-ratio", String, ui.arLabel, arLine );
CONFIG_GENERIC_FILE( "snapshot-path", Directory, ui.dirLabel,
More information about the vlc-devel
mailing list