timeout final scores alert

This commit is contained in:
Andy2 2010-09-16 03:42:57 -07:00
parent d1a9c3962a
commit fa50bd00f1

View file

@ -1309,7 +1309,7 @@ gtkShowFinalScores( const CommonGlobals* cGlobals )
text = strFromStream( stream );
(void)gtkask( text, GTK_BUTTONS_OK );
(void)gtkask_timeout( text, GTK_BUTTONS_OK, 1 );
free( text );
} /* gtkShowFinalScores */