diff options
author | Eugene Sandulenko | 2006-03-18 12:43:50 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-03-18 12:43:50 +0000 |
commit | e60c0441adb663332d0e546421fa715dc5aaecca (patch) | |
tree | 194286ae0cc69c4009609cf6a1135d1eeb11cf11 /gui | |
parent | 0b0ea17e3c47dfa8181a1ee80c0b89b45fc662ee (diff) | |
download | scummvm-rg350-e60c0441adb663332d0e546421fa715dc5aaecca.tar.gz scummvm-rg350-e60c0441adb663332d0e546421fa715dc5aaecca.tar.bz2 scummvm-rg350-e60c0441adb663332d0e546421fa715dc5aaecca.zip |
theme.cpp -> ThemeClassic.cpp for consistency and less confusion
svn-id: r21363
Diffstat (limited to 'gui')
-rw-r--r-- | gui/ThemeClassic.cpp (renamed from gui/theme.cpp) | 0 | ||||
-rw-r--r-- | gui/module.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gui/theme.cpp b/gui/ThemeClassic.cpp index 57f81def68..57f81def68 100644 --- a/gui/theme.cpp +++ b/gui/ThemeClassic.cpp diff --git a/gui/module.mk b/gui/module.mk index c527281aa9..ebb5de18c4 100644 --- a/gui/module.mk +++ b/gui/module.mk @@ -18,7 +18,7 @@ MODULE_OBJS := \ ScrollBarWidget.o \ TabWidget.o \ widget.o \ - theme.o \ + ThemeClassic.o \ ThemeNew.o \ theme-config.o |