Skip to content

Commit

Permalink
Update org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/u…
Browse files Browse the repository at this point in the history
…i/pde/internal/wizards/ProjectUnzipperNewWizard.java

Co-authored-by: Patrick Ziegler <[email protected]>
  • Loading branch information
azoitl and ptziegler authored Dec 22, 2024
1 parent 901b961 commit 919072b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public boolean performFinish() {
@Override
public void execute(IProgressMonitor monitor) throws InterruptedException {
try {
SubMonitor subMonitor = SubMonitor.convert(monitor, Messages.monitor_creatingProject, 150);
SubMonitor subMonitor = SubMonitor.convert(monitor, Messages.monitor_creatingProject, 140 * nameFormats.length);

IPath projectPath = wizardNewProjectCreationPage.getLocationPath();

Expand Down

0 comments on commit 919072b

Please sign in to comment.