aboutsummaryrefslogtreecommitdiff
path: root/guilib
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2010-03-10 00:02:22 +0000
committerjmarshallnz <jmarshallnz@svn>2010-03-10 00:02:22 +0000
commit7b7e4df337abc116e7c5eb8d7227b59d2710f919 (patch)
tree13f41d39165bed2f8976072c820253759e73da1d /guilib
parent6ce0117d4d23b8770b48e42e44a5daf4abb568e4 (diff)
fixed: incorrect docs for CSkinInfo::Load()
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28504 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib')
-rw-r--r--guilib/SkinInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/SkinInfo.h b/guilib/SkinInfo.h
index 6a929b21b8..5b44720ddd 100644
--- a/guilib/SkinInfo.h
+++ b/guilib/SkinInfo.h
@@ -46,7 +46,7 @@ public:
~CSkinInfo();
/*! \brief Load information regarding the skin from the given skin directory
- \param skinDir name of the skin to load
+ \param skinDir folder of the skin to load
\param loadIncludes whether the includes from the skin should also be loaded (defaults to true)
*/
void Load(const CStdString& skinDir, bool loadIncludes = true);