[Scummvm-cvs-logs] CVS: scummvm/gui launcher.cpp,1.78,1.79

Max Horn fingolfin at users.sourceforge.net
Tue Nov 18 15:48:10 CET 2003


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv6254

Modified Files:
	launcher.cpp 
Log Message:
return/enter key in the launcher now starts the selected target

Index: launcher.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/launcher.cpp,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- launcher.cpp	10 Nov 2003 23:40:48 -0000	1.78
+++ launcher.cpp	18 Nov 2003 23:47:08 -0000	1.79
@@ -536,6 +536,7 @@
 		}
 		break;
 	case kStartCmd:
+	case kListItemActivatedCmd:
 	case kListItemDoubleClickedCmd:
 		// Print out what was selected
 		assert(item >= 0);





More information about the Scummvm-git-logs mailing list