Commit ecf2de37 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix similar Typo

parent b0519c56
...@@ -935,7 +935,7 @@ bool SPrefsPanel::addType( const char * psz_ext, QTreeWidgetItem* current, ...@@ -935,7 +935,7 @@ bool SPrefsPanel::addType( const char * psz_ext, QTreeWidgetItem* current,
void SPrefsPanel::assoDialog() void SPrefsPanel::assoDialog()
{ {
IApplicationAssociationRegistrationUI *p_appassoc; IApplicationAssociationRegistrationUI *p_appassoc;
CoInitializeEx( NULL, COINIT_MULTITTHREADED ); CoInitializeEx( NULL, COINIT_MULTITHREADED );
if( S_OK == CoCreateInstance(CLSID_ApplicationAssociationRegistrationUI, if( S_OK == CoCreateInstance(CLSID_ApplicationAssociationRegistrationUI,
NULL, CLSCTX_INPROC_SERVER, NULL, CLSCTX_INPROC_SERVER,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment