[Scummvm-cvs-logs] SF.net SVN: scummvm:[55193] scummvm/trunk/engines/hugo/file_v2w.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sun Jan 9 23:43:25 CET 2011


Revision: 55193
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55193&view=rev
Author:   strangerke
Date:     2011-01-09 22:43:25 +0000 (Sun, 09 Jan 2011)

Log Message:
-----------
HUGO: Fix typo in help message

Modified Paths:
--------------
    scummvm/trunk/engines/hugo/file_v2w.cpp

Modified: scummvm/trunk/engines/hugo/file_v2w.cpp
===================================================================
--- scummvm/trunk/engines/hugo/file_v2w.cpp	2011-01-09 22:42:56 UTC (rev 55192)
+++ scummvm/trunk/engines/hugo/file_v2w.cpp	2011-01-09 22:43:25 UTC (rev 55193)
@@ -48,7 +48,7 @@
 * Dame comment than in SCI: maybe in the future we can implement this, but for now this message should suffice
 */
 void FileManager_v2w::instructions() {
-	Utils::Box(BOX_ANY, "Please use an external viewer to open the game''s help file: HUGOWIN%d.HLP", _vm->_gameVariant + 1);
+	Utils::Box(BOX_ANY, "Please use an external viewer to open the game's help file: HUGOWIN%d.HLP", _vm->_gameVariant + 1);
 }
 
 } // End of namespace Hugo


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