[Scummvm-cvs-logs] SF.net SVN: scummvm: [22485] scummvm/trunk/engines/scumm/input.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue May 16 00:59:13 CEST 2006


Revision: 22485
Author:   eriktorbjorn
Date:     2006-05-16 00:41:48 -0700 (Tue, 16 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22485&view=rev

Log Message:
-----------
If the options dialog calls it "Subtitle speed", then so should the indicator
displayed when pressing the + or - keys.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/input.cpp
Modified: scummvm/trunk/engines/scumm/input.cpp
===================================================================
--- scummvm/trunk/engines/scumm/input.cpp	2006-05-16 07:35:32 UTC (rev 22484)
+++ scummvm/trunk/engines/scumm/input.cpp	2006-05-16 07:41:48 UTC (rev 22485)
@@ -443,7 +443,7 @@
 			_defaultTalkDelay++;
 
 		// Display the talk speed
-		ValueDisplayDialog dlg("Text speed: ", 0, 9, 9 - _defaultTalkDelay, '+', '-');
+		ValueDisplayDialog dlg("Subtitle speed: ", 0, 9, 9 - _defaultTalkDelay, '+', '-');
 		_defaultTalkDelay = 9 - runDialog(dlg);
 		
 		// Save the new talkspeed value to ConfMan


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