Corrected Use OpenGL Render to Rendering and removed the separation line. Signed-off-by: Bård Eirik Winther <bwinther@xxxxxxxxx> --- utils/qv4l2/qv4l2.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/qv4l2/qv4l2.cpp b/utils/qv4l2/qv4l2.cpp index 4dc5a3e..275b399 100644 --- a/utils/qv4l2/qv4l2.cpp +++ b/utils/qv4l2/qv4l2.cpp @@ -131,12 +131,11 @@ ApplicationWindow::ApplicationWindow() : QMenu *captureMenu = menuBar()->addMenu("&Capture"); captureMenu->addAction(m_capStartAct); captureMenu->addAction(m_showFramesAct); - captureMenu->addSeparator(); if (CaptureWinGL::isSupported()) { m_renderMethod = QV4L2_RENDER_GL; - m_useGLAct = new QAction("Use Open&GL Render", this); + m_useGLAct = new QAction("Use Open&GL Rendering", this); m_useGLAct->setStatusTip("Use GPU with OpenGL for video capture if set."); m_useGLAct->setCheckable(true); m_useGLAct->setChecked(true); -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html