[vlc-commits] Qt: fix the postproc tooltip in SPrefs
Jean-Baptiste Kempf
git at videolan.org
Sun Feb 20 19:52:01 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 20 19:51:45 2011 +0100| [ca3a3006f5b2bde292471a468fb0d8dc004b7228] | committer: Jean-Baptiste Kempf
Qt: fix the postproc tooltip in SPrefs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ca3a3006f5b2bde292471a468fb0d8dc004b7228
---
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 a2c9b91..1a76d43 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -441,7 +441,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ui.recordPath, ui.recordBrowse );
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