[vlc-commits] Qt: fix similar Typo
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Fri Oct 12 11:17:39 CEST 2012
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 12 11:17:35 2012 +0200| [ecf2de3782d847e7a2a31f58243f688c6d5d62f4] | committer: Jean-Baptiste Kempf
Qt: fix similar Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ecf2de3782d847e7a2a31f58243f688c6d5d62f4
---
 modules/gui/qt4/components/simple_preferences.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 0c077df..a909043 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -935,7 +935,7 @@ bool SPrefsPanel::addType( const char * psz_ext, QTreeWidgetItem* current,
 void SPrefsPanel::assoDialog()
 {
     IApplicationAssociationRegistrationUI *p_appassoc;
-    CoInitializeEx( NULL, COINIT_MULTITTHREADED );
+    CoInitializeEx( NULL, COINIT_MULTITHREADED );
 
     if( S_OK == CoCreateInstance(CLSID_ApplicationAssociationRegistrationUI,
                 NULL, CLSCTX_INPROC_SERVER,
    
    
More information about the vlc-commits
mailing list