1 |
# Copyright (C) 2001, 2002, 2003 by Intevation GmbH |
# Copyright (C) 2001, 2002, 2003, 2004 by Intevation GmbH |
2 |
# Authors: |
# Authors: |
3 |
# Jan-Oliver Wagner <[email protected]> |
# Jan-Oliver Wagner <[email protected]> |
4 |
# Bernhard Herzog <[email protected]> |
# Bernhard Herzog <[email protected]> |
542 |
self.RunMessageBox(_("Add Layer from database"), |
self.RunMessageBox(_("Add Layer from database"), |
543 |
_("Can't open the database table '%s'") |
_("Can't open the database table '%s'") |
544 |
% dbtable) |
% dbtable) |
545 |
|
return |
546 |
|
|
547 |
map = self.canvas.Map() |
map = self.canvas.Map() |
548 |
|
|