[vlc-commits] commit: Spell "connection" ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Thu Jun 24 03:43:18 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 24 04:35:45 2010 +0300| [277fd0e2ea12386e7ad0dd9d0d82d5d8bf17f18e] | committer: Rémi Denis-Courmont
Spell "connection"
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=277fd0e2ea12386e7ad0dd9d0d82d5d8bf17f18e
---
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 61c397f..0a023c1 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -893,7 +893,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