Skip to content

Commit

Permalink
Added GUI for error opening a console from the Workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosousadias committed Jan 20, 2014
1 parent 45e90cb commit c04adf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pt/lsts/neptus/mc/Workspace.java
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,8 @@ protected void done() {
}
catch (Exception e) {
NeptusLog.pub().error(e);
GuiUtils.errorMessage(I18n.text("Error"),
I18n.textf("Error openning console '%file'", fx.getName()));
}
endActivity("");
}
Expand Down

0 comments on commit c04adf4

Please sign in to comment.