[vlc-commits] Qt: fix the postproc tooltip in SPrefs
Jean-Baptiste Kempf
git at videolan.org
Sun Feb 20 19:52:38 CET 2011
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 20 19:52:26 2011 +0100| [b016fc94c14d1633ec51c96952a74475e0da3cb6] | committer: Jean-Baptiste Kempf
Qt: fix the postproc tooltip in SPrefs
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=b016fc94c14d1633ec51c96952a74475e0da3cb6
---
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 ff1043c..cdf76b2 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -433,7 +433,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC_NO_BOOL( "server-port", Integer, ui.portLabel,
UDPPort );
CONFIG_GENERIC( "http-proxy", String , ui.httpProxyLabel, proxy );
- CONFIG_GENERIC_NO_BOOL( "ffmpeg-pp-q", Integer, ui.ppLabel,
+ CONFIG_GENERIC_NO_BOOL( "postproc-q", Integer, ui.ppLabel,
PostProcLevel );
CONFIG_GENERIC( "avi-index", IntegerList, ui.aviLabel, AviRepair );
More information about the vlc-commits
mailing list