diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-02-12 22:43:14 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-02-12 22:43:14 +0000 |
commit | ad0bbd838448034a03c11b32111cf6766ad2154e (patch) | |
tree | 20f82f410a703ae3e7370fe4c98eefb4e355a73a /project | |
parent | 15c326da074ecf62c7d54984b276329f176f3a70 (diff) |
refactor: factored out some more label code and cleaned up a bunch of mess. Skinners please check your skins for any oddness.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27702 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2008Express/guilib.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project/VS2008Express/guilib.vcproj b/project/VS2008Express/guilib.vcproj index 542ae6d6fe..dbf73022a6 100644 --- a/project/VS2008Express/guilib.vcproj +++ b/project/VS2008Express/guilib.vcproj @@ -430,6 +430,10 @@ >
</File>
<File
+ RelativePath="..\..\guilib\GUILabel.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\guilib\GUILabelControl.cpp"
>
</File>
@@ -832,6 +836,10 @@ >
</File>
<File
+ RelativePath="..\..\guilib\GUILabel.h"
+ >
+ </File>
+ <File
RelativePath="..\..\guilib\GUILabelControl.h"
>
</File>
|