Parent Directory
|
Revision Log
|
Patch
revision 1071 by bh, Tue May 27 15:09:31 2003 UTC | revision 1072 by bh, Tue May 27 16:47:48 2003 UTC | |
---|---|---|
# | Line 619 class MainWindow(DockFrame): | Line 619 class MainWindow(DockFrame): |
619 | dialog.Raise() | dialog.Raise() |
620 | ||
621 | def LayerJoinTable(self): | def LayerJoinTable(self): |
622 | print "LayerJoinTable: Not implemented." | layer = self.canvas.SelectedLayer() |
623 | if layer is not None: | |
624 | dlg = JoinDialog(self, _("Join Layer with Table"), | |
625 | self.application.session, | |
626 | layer = layer) | |
627 | dlg.ShowModal() | |
628 | ||
629 | def LayerUnjoinTable(self): | def LayerUnjoinTable(self): |
630 | print "LayerUnjoinTable: Not implemented." | print "LayerUnjoinTable: Not implemented." |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |