mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
fix typos
This commit is contained in:
parent
14372216d0
commit
21b3b29eab
2 changed files with 3 additions and 3 deletions
|
@ -281,8 +281,8 @@ public class BoardActivity extends Activity implements XW_UtilCtxt, Runnable {
|
|||
public void remSelected() {
|
||||
// Send a message to the main thread or follow the docs to add
|
||||
// a looper inside JNIThread::run()
|
||||
XP_LOGF( "remSelected() can't call notImpl() as hasn't "
|
||||
+ "called Looper.prepare()" );
|
||||
Utils.logf( "remSelected() can't call notImpl() as hasn't "
|
||||
+ "called Looper.prepare()" );
|
||||
// Utils.notImpl( this );
|
||||
}
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@ public class JNIThread extends Thread {
|
|||
case CMD_NEXT_HINT:
|
||||
draw = XwJNI.board_requestHint( m_jniGamePtr, false, barr );
|
||||
if ( barr[0] ) {
|
||||
handle( CMD_NEXT_HINT );
|
||||
handle( JNICmd.CMD_NEXT_HINT );
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue