diff Gui/app.c @ 17974:9a5a62f480e6

Rename the default GUI skins directory from 'Skin' to 'skins', keeping backwards compatibility.
author diego
date Mon, 27 Mar 2006 11:39:27 +0000
parents 0e1471d9da74
children e60c8c7399d2
line wrap: on
line diff
--- a/Gui/app.c	Mon Mar 27 10:32:52 2006 +0000
+++ b/Gui/app.c	Mon Mar 27 11:39:27 2006 +0000
@@ -74,8 +74,11 @@
 
 listItems   appMPlayer;
 
+/* FIXME: Eventually remove the obsolete directory names. */
 char      * skinDirInHome=NULL;
+char      * skinDirInHome_obsolete=NULL;
 char      * skinMPlayerDir=NULL;
+char      * skinMPlayerDir_obsolete=NULL;
 char      * skinName = NULL;
 
 void appClearItem( wItem * item )