show correct error in DrawableUIBase

This commit is contained in:
jmillman 2016-01-08 16:08:49 -05:00
parent e6127844a1
commit 2fe8f04000

View File

@ -151,7 +151,7 @@ abstract public class DrawableUIBase extends AnchorPane implements DrawableView
&& exception.getMessage().contains("Java heap space")) {
showErrorNode(Bundle.DrawableUIBase_errorLabel_OOMText(), file);
} else {
showErrorNode(Bundle.DrawableUIBase_errorLabel_OOMText(), file);
showErrorNode(Bundle.DrawableUIBase_errorLabel_text(), file);
}
synchronized (DrawableUIBase.this) {
imageTask = null;