Changeset 0fb32817241d4877ac2a51855754277a21e8f399

Show
Ignore:
Timestamp:
09/09/07 18:13:56 (1 year ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1189354436 +0000
git-parent:

[16f32e1500887c0dcd33cb06ad71759a81a52878]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1189354436 +0000
Message:

Fix win32 typo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/skins2/win32/win32_factory.cpp

    r16f32e1 r0fb3281  
    228228    m_resourcePath.push_back( (string)getIntf()->p_libvlc->psz_datadir + 
    229229                               "\\skins" ); 
    230     m_resourcePath.push_back( (dstring)config_GetDataDir() + 
     230    m_resourcePath.push_back( (string)config_GetDataDir() + 
    231231                              "\\skins" ); 
    232232    m_resourcePath.push_back( (string)config_GetDataDir() +