v0.3.4 externalized journal strings
This commit is contained in:
committed by
Evan Debenham
parent
c1d55bcd77
commit
c16ae2ac0b
@@ -88,7 +88,7 @@ public class WndJournal extends Window {
|
||||
public ListItem( Journal.Feature f, int d ) {
|
||||
super();
|
||||
|
||||
feature.text( f.desc );
|
||||
feature.text( f.desc() );
|
||||
feature.measure();
|
||||
|
||||
depth.text( Integer.toString( d ) );
|
||||
|
||||
Reference in New Issue
Block a user