[vlc-commits] commit: Spell "connection" ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Thu Jun 24 03:44:37 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 24 04:35:45 2010 +0300| [89182ec48781f05f56dea664d1abd76dc4cad00b] | committer: Rémi Denis-Courmont
Spell "connection"
(cherry picked from commit 277fd0e2ea12386e7ad0dd9d0d82d5d8bf17f18e)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=89182ec48781f05f56dea664d1abd76dc4cad00b
---
modules/gui/qt4/components/open_panels.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 148a7b1..c59b804 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -851,7 +851,7 @@ void CaptureOpenPanel::initialize()
jackPropLayout->addWidget( jackPace, 2, 1 );
/* Auto Connect */
- jackConnect = new QCheckBox( qtr( "Auto connnection" ));
+ jackConnect = new QCheckBox( qtr( "Auto connection" ));
jackPropLayout->addWidget( jackConnect, 2, 2 );
/* Jack CONNECTs */
More information about the vlc-commits
mailing list