]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/win32/win32_factory.cpp
For consistency, remove references to vlc from libvlc
[vlc] / modules / gui / skins2 / win32 / win32_factory.cpp
index e4885b31e2af1b6698891d161b10ff705c48c80c..94e8156cf107af11678d94ba0aee1a566267e047 100644 (file)
@@ -225,15 +225,15 @@ bool Win32Factory::init()
     }
 
     // Initialize the resource path
-    m_resourcePath.push_back( (string)getIntf()->p_vlc->psz_homedir +
+    m_resourcePath.push_back( (string)getIntf()->p_libvlc->psz_homedir +
                                "\\" + CONFIG_DIR + "\\skins" );
-    m_resourcePath.push_back( (string)getIntf()->p_libvlc->psz_vlcpath +
+    m_resourcePath.push_back( (string)getIntf()->p_libvlc_global->psz_vlcpath +
                               "\\skins" );
-    m_resourcePath.push_back( (string)getIntf()->p_libvlc->psz_vlcpath +
+    m_resourcePath.push_back( (string)getIntf()->p_libvlc_global->psz_vlcpath +
                               "\\skins2" );
-    m_resourcePath.push_back( (string)getIntf()->p_libvlc->psz_vlcpath +
+    m_resourcePath.push_back( (string)getIntf()->p_libvlc_global->psz_vlcpath +
                               "\\share\\skins" );
-    m_resourcePath.push_back( (string)getIntf()->p_libvlc->psz_vlcpath +
+    m_resourcePath.push_back( (string)getIntf()->p_libvlc_global->psz_vlcpath +
                               "\\share\\skins2" );
 
     // All went well