Skip to content

Commit

Permalink
Prepared fix for issue #84.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 committed Mar 7, 2016
1 parent dac2579 commit e468e17
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
import org.nschmidt.ldparteditor.data.DatFile;
import org.nschmidt.ldparteditor.enums.MyLanguage;
import org.nschmidt.ldparteditor.i18n.I18n;
import org.nschmidt.ldparteditor.logger.NLogger;
import org.nschmidt.ldparteditor.project.Project;
import org.nschmidt.ldparteditor.shells.editortext.EditorTextWindow;
import org.nschmidt.ldparteditor.text.LDParsingException;
Expand Down Expand Up @@ -126,7 +127,7 @@ public void setFileNameObj(DatFile fileNameObj) {
datFileObj.setText(""); //$NON-NLS-1$
datFileObj.setOriginalText(""); //$NON-NLS-1$
getTab().getTextComposite().setEditable(false);
e.printStackTrace();
NLogger.error(getClass(), e);
} catch (UnsupportedEncodingException e) {
Object[] messageArguments = {fileNameObj.getOldName()};
MessageFormat formatter = new MessageFormat(""); //$NON-NLS-1$
Expand Down

0 comments on commit e468e17

Please sign in to comment.