Skip to content

Commit

Permalink
[JBIDE-15551] display name instead of application#toString in delete
Browse files Browse the repository at this point in the history
dialog
  • Loading branch information
adietish committed Sep 26, 2013
1 parent 93bca22 commit 7cfc977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void run() {
"You are about to destroy the \"{0}\" application.\n"
+
"This is NOT reversible, all remote data for this application will be removed.",
appsToDelete.get(0)));
appsToDelete.get(0).getName()));
} else if (appsToDelete.size() > 1) {
confirm = MessageDialog.openConfirm(Display.getCurrent().getActiveShell(),
"Application deletion",
Expand Down

0 comments on commit 7cfc977

Please sign in to comment.