(pcluster.py) fixed stupid crash
[hooke.git] / hooke.py
index fe02f25b54225675857fb3e79b2156b8b9e0e9a4..eb4ba66c013c6b7c093e2a51f5381c00f4d4ffa5 100755 (executable)
--- a/hooke.py
+++ b/hooke.py
@@ -325,7 +325,7 @@ class MainWindow(wx.Frame):
             
             self.click_flags_functions={'measure_points':[False, 'MeasurePoints']}
             
-            #Custom events from CLI --> GUI functions!                       
+            #Binding of custom events from CLI --> GUI functions!                       
             #FIXME: Should use the self.Bind() syntax
             EVT_PLOT(self, self.PlotCurve)
             EVT_PLOT_CONTACT(self, self.PlotContact)