mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
timeout final scores alert
This commit is contained in:
parent
d1a9c3962a
commit
fa50bd00f1
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue