]> git.sesse.net Git - vlc/commitdiff
* modules/gui/skins2/x11/x11_factory.cpp: added "share/skins2" to the resource paths.
authorGildas Bazin <gbazin@videolan.org>
Mon, 12 Apr 2004 21:48:18 +0000 (21:48 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 12 Apr 2004 21:48:18 +0000 (21:48 +0000)
* modules/gui/skins2/x11/x11_factory.cpp: small cosmetic change in a string.

modules/gui/skins2/src/dialogs.cpp
modules/gui/skins2/x11/x11_factory.cpp

index a39055afc4433ce7e0944813e8f351254d60e9c8..bae7f73969a10d0abb95d1a92bbb3870685d5172 100644 (file)
@@ -169,7 +169,7 @@ void Dialogs::showChangeSkin()
 
         p_arg->b_blocking = false;
 
-        p_arg->psz_title = strdup( _("Open a skin file.") );
+        p_arg->psz_title = strdup( _("Open a skin file") );
         p_arg->psz_extensions =
             strdup( _("Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|") );
 
index b37347181cc2a1140e6ff7c09d7d854c2788591d..3af788335d22a0ed17b6038c790ea0bad201e544 100644 (file)
@@ -72,6 +72,7 @@ bool X11Factory::init()
     // Initialize the resource path
     m_resourcePath.push_back( (string)getIntf()->p_vlc->psz_homedir +
         m_dirSep + CONFIG_DIR + "/skins2" );
+    m_resourcePath.push_back( (string)"share/skins2" );
     m_resourcePath.push_back( (string)DATA_PATH + "/skins2" );
 
     return true;