Skip to content
Snippets Groups Projects
Commit a84f0019 authored by apvrille's avatar apvrille
Browse files

Modif on perf window

parent a1e932f7
No related branches found
No related tags found
No related merge requests found
......@@ -358,7 +358,7 @@ public class JDialogPerformancePragma extends JDialogBase implements ActionListe
//String command = evt.getActionCommand();
// Compare the action command to the known actions.
if (ect.getSource() == cancel) {
if (evt.getSource() == cancel) {
cancel();
} else if (evt.getSource() == close) {
close();
......@@ -382,7 +382,7 @@ public class JDialogPerformancePragma extends JDialogBase implements ActionListe
helpPopup.setVisible(false);
}
}
public String getText() {
return text;
}
......
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