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 |