254 |
msg = _("The current session contains Image layers,\n" |
msg = _("The current session contains Image layers,\n" |
255 |
"but the GDAL library is not available to " |
"but the GDAL library is not available to " |
256 |
"draw them.") |
"draw them.") |
257 |
dlg = wx.wxMessageDialog(None, |
dlg = wxMessageDialog(None, |
258 |
msg, |
msg, |
259 |
_("Library not available"), |
_("Library not available"), |
260 |
wx.wxOK | wx.wxICON_INFORMATION) |
wxOK | wxICON_INFORMATION) |
261 |
print msg |
print msg |
262 |
dlg.ShowModal() |
dlg.ShowModal() |
263 |
dlg.Destroy() |
dlg.Destroy() |