Commit 0fb32817 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix win32 typo.

parent 16f32e15
...@@ -227,7 +227,7 @@ bool Win32Factory::init() ...@@ -227,7 +227,7 @@ bool Win32Factory::init()
// Initialize the resource path // Initialize the resource path
m_resourcePath.push_back( (string)getIntf()->p_libvlc->psz_datadir + m_resourcePath.push_back( (string)getIntf()->p_libvlc->psz_datadir +
"\\skins" ); "\\skins" );
m_resourcePath.push_back( (dstring)config_GetDataDir() + m_resourcePath.push_back( (string)config_GetDataDir() +
"\\skins" ); "\\skins" );
m_resourcePath.push_back( (string)config_GetDataDir() + m_resourcePath.push_back( (string)config_GetDataDir() +
"\\skins2" ); "\\skins2" );
......
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