mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix crasher introduced with eeac03d40f
:
update delegate's dialog id constants.
This commit is contained in:
parent
b20584b74e
commit
c47189e81f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class DlgDelegate {
|
|||
public static final int DIALOG_NOTAGAIN = 3;
|
||||
public static final int CONFIRM_THEN = 4;
|
||||
public static final int TEXT_OR_HTML_THEN = 5;
|
||||
public static final int DIALOG_LAST = CONFIRM_THEN;
|
||||
public static final int DIALOG_LAST = TEXT_OR_HTML_THEN;
|
||||
|
||||
private int m_msgID;
|
||||
private String m_msg;
|
||||
|
|
Loading…
Reference in a new issue