[Scummvm-cvs-logs] SF.net SVN: scummvm: [28981] scummvm/trunk/engines/lure/detection.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Thu Sep 20 10:50:46 CEST 2007
Revision: 28981
http://scummvm.svn.sourceforge.net/scummvm/?rev=28981&view=rev
Author: fingolfin
Date: 2007-09-20 01:50:46 -0700 (Thu, 20 Sep 2007)
Log Message:
-----------
Remove superfluous trailing dot (and that error message really is a lie, the docs don't mention lure.dat :)
Modified Paths:
--------------
scummvm/trunk/engines/lure/detection.cpp
Modified: scummvm/trunk/engines/lure/detection.cpp
===================================================================
--- scummvm/trunk/engines/lure/detection.cpp 2007-09-20 08:47:13 UTC (rev 28980)
+++ scummvm/trunk/engines/lure/detection.cpp 2007-09-20 08:50:46 UTC (rev 28981)
@@ -147,7 +147,7 @@
if (!Common::File::exists(SUPPORT_FILENAME))
error("Missing %s - this is a custom file containing resources from the\n"
- "Lure of the Temptress executable. See the documentation for creating it.",
+ "Lure of the Temptress executable. See the documentation for creating it",
SUPPORT_FILENAME);
for (uint8 fileNum = 1; fileNum <= 4; ++fileNum) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list