aboutsummaryrefslogtreecommitdiff
path: root/gui/module.mk
diff options
context:
space:
mode:
authorMax Horn2010-11-16 10:19:01 +0000
committerMax Horn2010-11-16 10:19:01 +0000
commit668adaa461f2c0c7c83b41375f7825e8a91a1f3c (patch)
tree6f2827ecf03144c5e134b519f1e581d271aeeb9a /gui/module.mk
parent427dc1ae93fe9aafe97a2796b11db6ac940a97b1 (diff)
downloadscummvm-rg350-668adaa461f2c0c7c83b41375f7825e8a91a1f3c.tar.gz
scummvm-rg350-668adaa461f2c0c7c83b41375f7825e8a91a1f3c.tar.bz2
scummvm-rg350-668adaa461f2c0c7c83b41375f7825e8a91a1f3c.zip
GUI: Rename gui/GuiManager.* to gui/gui-manager.*
svn-id: r54265
Diffstat (limited to 'gui/module.mk')
-rw-r--r--gui/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/module.mk b/gui/module.mk
index 2fae810165..df6b76172a 100644
--- a/gui/module.mk
+++ b/gui/module.mk
@@ -7,7 +7,7 @@ MODULE_OBJS := \
debugger.o \
dialog.o \
error.o \
- GuiManager.o \
+ gui-manager.o \
launcher.o \
massadd.o \
message.o \