From a84f0019aa223f55fa0018736b07027e5cb50fce Mon Sep 17 00:00:00 2001
From: apvrille <ludovic.apvrille@eurecom.fr>
Date: Thu, 12 Oct 2017 15:27:09 +0200
Subject: [PATCH] Modif on perf window

---
 src/main/java/ui/window/JDialogPerformancePragma.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/ui/window/JDialogPerformancePragma.java b/src/main/java/ui/window/JDialogPerformancePragma.java
index b9d0a345cd..ae54ce24a9 100644
--- a/src/main/java/ui/window/JDialogPerformancePragma.java
+++ b/src/main/java/ui/window/JDialogPerformancePragma.java
@@ -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;
     }
-- 
GitLab