Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 48220656c61e44670ef0c1a3e938aaff > files > 1

fbg-0.9.1-6.fc15.src.rpm

--- fbg-0.9/startfbg/startfbg.cc.wx28	2006-12-18 15:21:36.000000000 +0100
+++ fbg-0.9/startfbg/startfbg.cc	2006-12-18 16:59:34.000000000 +0100
@@ -179,7 +179,7 @@
 	top->Add(graphBox, 0, wxEXPAND|wxALL, 2);
 	top->Add(gameBox, 0, wxEXPAND|wxALL, 2);
 		playButton = new wxButton(pan, ID_PLAY, wxT("Play Falling Block Game"));
-		pan->SetDefaultItem(playButton);
+		playButton->SetFocus();
 	top->Add(playButton, 0, wxEXPAND|wxALL, 1);
 	pan->SetAutoLayout(true);
 	pan->SetSizer(top);