[svn r279] fixed method name, and added i18n keys for edit dialog
This commit is contained in:
parent
b1aee18d36
commit
9218ea6c8e
2 changed files with 4 additions and 3 deletions
|
|
@ -249,9 +249,9 @@ public class SwingVascViewRenderer implements VascViewRenderer {
|
|||
JLabel l = new JLabel();
|
||||
l.setHorizontalAlignment(JLabel.TRAILING);
|
||||
|
||||
l.setText(c.getName());
|
||||
l.setText(table.getVascTextValue().getTextValue(c.getName()));
|
||||
if(c.getToolTip()!=null) {
|
||||
l.setToolTipText(c.getToolTip());
|
||||
l.setToolTipText(table.getVascTextValue().getTextValue(c.getToolTip()));
|
||||
}
|
||||
body.add(l);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue