/[thuban]/trunk/thuban/Thuban/UI/classifier.py
ViewVC logotype

Diff of /trunk/thuban/Thuban/UI/classifier.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 534 by jonathan, Tue Mar 11 22:27:35 2003 UTC revision 535 by bh, Fri Mar 14 20:42:18 2003 UTC
# Line 580  class ClassTable(wxPyGridTableBase): Line 580  class ClassTable(wxPyGridTableBase):
580    
581    
582  class Classifier(NonModalDialog):  class Classifier(NonModalDialog):
583        
584      def __init__(self, parent, interactor, name, layer):      def __init__(self, parent, name, layer):
585          NonModalDialog.__init__(self, parent, interactor, name,          NonModalDialog.__init__(self, parent, name,
586                                  _("Classifier: %s") % layer.Title())                                  _("Classifier: %s") % layer.Title())
587    
588          panel = wxPanel(self, -1, size=(100, 100))          panel = wxPanel(self, -1, size=(100, 100))

Legend:
Removed from v.534  
changed lines
  Added in v.535

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26