Issue #440: replace binary data

This commit is contained in:
Honfika
2013-12-20 00:27:02 +01:00
parent 0898621324
commit 94ae2ed68b
3 changed files with 113 additions and 41 deletions
@@ -107,7 +107,7 @@ public class MainFrameStatusPanel extends JPanel implements ActionListener {
}
}
public String translate(String key) {
private String translate(String key) {
return mainFrame.translate(key);
}