diff options
author | jmarshallnz <jmarshallnz@svn> | 2009-09-24 00:52:05 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2009-09-24 00:52:05 +0000 |
commit | 7d4c7b70bff223fdd55aa9713466071735039576 (patch) | |
tree | 72cb54c70b1c8e40b6b8f8133fa3bd330de3eded /guilib/Makefile | |
parent | f9da8299ee8c7fa5310616249040d48f8dd0e94e (diff) |
cleanup: GUIInfoColor.cpp/h -> GUIInfoTypes.cpp/h, and moved GUIInfoLabel in there. Will need OSX project loving.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23126 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/Makefile')
-rw-r--r-- | guilib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/Makefile b/guilib/Makefile index 3f209f9478..1216bba741 100644 --- a/guilib/Makefile +++ b/guilib/Makefile @@ -69,7 +69,7 @@ SRCS=AnimatedGif.cpp \ GUIBorderedImage.cpp \ GUITextLayout.cpp \ GUIMultiSelectText.cpp \ - GUIInfoColor.cpp \ + GUIInfoTypes.cpp \ GUIFontTTFGL.cpp \ GUIFontTTFGLES.cpp \ Texture.cpp \ |