Commit 20a48bd7 authored by Cyril Deguet's avatar Cyril Deguet

* the default skin is now shipped as a .vlt (whether you like it or not ;)

  * missing "Id" property
parent de024680
...@@ -188,7 +188,7 @@ static void Run( intf_thread_t *p_intf ) ...@@ -188,7 +188,7 @@ static void Run( intf_thread_t *p_intf )
list<string>::const_iterator it; list<string>::const_iterator it;
for( it = resPath.begin(); it != resPath.end(); it++ ) for( it = resPath.begin(); it != resPath.end(); it++ )
{ {
string path = (*it) + sep + "default" + sep + "theme.xml"; string path = (*it) + sep + "default.vlt";
if( pLoader->load( path ) ) if( pLoader->load( path ) )
{ {
// Theme loaded successfully // Theme loaded successfully
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#endif #endif
const char *ThemeRepository::kOpenDialog = "@openSkin@"; const char *ThemeRepository::kOpenDialog = "{openSkin}";
ThemeRepository *ThemeRepository::instance( intf_thread_t *pIntf ) ThemeRepository *ThemeRepository::instance( intf_thread_t *pIntf )
......
This diff is collapsed.
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