@@ -61,8 +61,7 @@ class AtomNameDropTarget(wx.TextDropTarget):
ifself._atoms.GetItemCount()>0:
if(molname!=self._currentMolecule):
d=wx.MessageDialog(self._atoms,"The dragged atoms does not belong to the same molecule than the current selection.",style=wx.ICON_ERROR|wx.STAY_ON_TOP|wx.CENTRE)
d.ShowModal()
LOGGER("The dragged atoms does not belong to the same molecule than the current selection.",'error',['dialog'])