Skip to content
Snippets Groups Projects
Commit a327ab7a authored by Dott. Federico Volpini's avatar Dott. Federico Volpini
Browse files

some fixes

parent 4d6988c2
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ public class GUI extends WizardMod {
p1 = new Page1(Page.PAGE1);
addPage(p1);
p1.setMPA(mpa);
/*
p2 = new Page2(Page.PAGE2);
addPage(p2);
p2.setMPA(mpa);
......@@ -192,7 +192,7 @@ public class GUI extends WizardMod {
ppPR.setMPA(mpa);
ppPR.setArtifact(parts.get(i));
}
*/
p_end = new EndPage(Page.PAGE_END);
addPage(p_end);
p_end.setMPA(mpa);
......
......@@ -251,7 +251,7 @@ public class Page1 extends PageImpl {
public void widgetSelected(SelectionEvent e) {
Dialog d = new Dialog();
sourcePNG = d.open(parent.getShell(), new String[]{"*."+iconFormat}, false, "Select a PNG Icon");
sourcePNG = d.open(parent.getShell(), new String[]{"*."+iconFormat}, true, "Select a PNG Icon");
if ( sourcePNG == null ) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment