Skip to content

Commit

Permalink
LUWRAIN API update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pozhidaev committed May 8, 2019
1 parent 46c8841 commit c89d0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/luwrain/app/wiki/Base.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ConsoleArea.Appearance getAppearance()
return;
luwrain.playSound(Sounds.LIST_ITEM);
final Page page = (Page)item ;
luwrain.say(item.toString());
luwrain.speak(item.toString());
}
@Override public String getTextAppearance(Object item)
{
Expand Down

0 comments on commit c89d0cb

Please sign in to comment.