v0.3.4 externalized journal strings

This commit is contained in:
Evan Debenham
2015-12-31 00:13:13 -05:00
committed by Evan Debenham
parent c1d55bcd77
commit c16ae2ac0b
3 changed files with 28 additions and 18 deletions
@@ -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 ) );