Issue #664 fixed name vs id text for dam resource

Change-Id: I1fd50dde00cdf7fa35ba9eda93721d132a6dfbd5

Former-commit-id: 5057c05529 [formerly a0481db7ccee2f656362ba63424af3c4aa49277b]
Former-commit-id: 4dec649a97
This commit is contained in:
Max Schenkelberg 2012-06-01 14:36:44 -05:00
parent 9c3805b762
commit 8480dbbd75

View file

@ -217,7 +217,7 @@ public class DamLocationResource extends
Coordinate nameCoor = new Coordinate(pixel[0]
- getScaleWidth(), pixel[1] + getScaleHeight());
DrawableString ds = new DrawableString(dam.getNidid(),
DrawableString ds = new DrawableString(dam.getDamName(),
LABEL_COLOR);
ds.setCoordinates(nameCoor.x, nameCoor.y);
ds.font = font;