commit
6ea93d35ad
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ public class ProgressDialog extends ProgressMonitorDialog {
|
|||
}
|
||||
|
||||
public void operationWasCanceled() {
|
||||
MessageDialog.openInformation(shell, "Cancelled", "Operation was caneled.");
|
||||
MessageDialog.openInformation(shell, "Cancelled", "Operation was cancelled.");
|
||||
}
|
||||
|
||||
public void runTask() {
|
||||
|
|
Loading…
Reference in a new issue