/[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 1023 by jan, Fri May 23 14:20:16 2003 UTC revision 1031 by jan, Mon May 26 15:33:02 2003 UTC
# Line 675  class MainWindow(DockFrame): Line 675  class MainWindow(DockFrame):
675              table_list.append(table.Title())              table_list.append(table.Title())
676    
677          dlg = wxMultipleChoiceDialog(self, _("Pick the table to show:"),          dlg = wxMultipleChoiceDialog(self, _("Pick the table to show:"),
678                                       _("Show Table"), table_list)                                       _("Show Table"), table_list,
679                                         size = (400,300), style = wxRESIZE_BORDER)
680          if (dlg.ShowModal() == wxID_OK):          if (dlg.ShowModal() == wxID_OK):
681              for i in dlg.GetValue():              for i in dlg.GetValue():
682                  # XXX: First check whether the dialog is already open                  # XXX: First check whether the dialog is already open

Legend:
Removed from v.1023  
changed lines
  Added in v.1031

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26