/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/mainwindow.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/mainwindow.py

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

revision 270 by bh, Thu Aug 22 13:46:46 2002 UTC revision 278 by bh, Mon Aug 26 12:50:23 2002 UTC
# Line 435  class MainWindow(wxFrame): Line 435  class MainWindow(wxFrame):
435              name = "table_view" + str(id(table))              name = "table_view" + str(id(table))
436              dialog = self.get_open_dialog(name)              dialog = self.get_open_dialog(name)
437              if dialog is None:              if dialog is None:
438                  dialog = tableview.TableFrame(self, self.interactor, name,                  dialog = tableview.LayerTableFrame(self, self.interactor, name,
439                                                "Table: %s" % layer.Title(),                                                     "Table: %s" % layer.Title(),
440                                                layer, table)                                                     layer, table)
441                  self.add_dialog(name, dialog)                  self.add_dialog(name, dialog)
442                  dialog.Show(true)                  dialog.Show(true)
443              else:              else:

Legend:
Removed from v.270  
changed lines
  Added in v.278

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26