mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
put message back in okonly dialog
This commit is contained in:
parent
6098f28210
commit
22a68dd8cf
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ public class OkOnlyAlert extends DlgDelegateAlert {
|
||||||
AlertDialog.Builder builder )
|
AlertDialog.Builder builder )
|
||||||
{
|
{
|
||||||
builder.setTitle( state.m_titleId == 0 ? R.string.info_title : state.m_titleId )
|
builder.setTitle( state.m_titleId == 0 ? R.string.info_title : state.m_titleId )
|
||||||
|
.setMessage( state.m_msg )
|
||||||
.setPositiveButton( android.R.string.ok, null )
|
.setPositiveButton( android.R.string.ok, null )
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue