Changeset 0fb32817241d4877ac2a51855754277a21e8f399
- 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
| r16f32e1 |
r0fb3281 |
|
| 228 | 228 | m_resourcePath.push_back( (string)getIntf()->p_libvlc->psz_datadir + |
|---|
| 229 | 229 | "\\skins" ); |
|---|
| 230 | | m_resourcePath.push_back( (dstring)config_GetDataDir() + |
|---|
| | 230 | m_resourcePath.push_back( (string)config_GetDataDir() + |
|---|
| 231 | 231 | "\\skins" ); |
|---|
| 232 | 232 | m_resourcePath.push_back( (string)config_GetDataDir() + |
|---|