return false;
}
public boolean importData(JComponent comp, Transferable t) {
Object o = ((JTree)comp).getLastSelectedPathComponent();
JID to;
if(!Socks5Send.isProxyAvailable() &&
!Preferences.getBoolean("filetransfer", "useLocalIP", true))
{
Popups.errorPopup(I18N.gettext("filetransfer.File_Transfer_not_available,_because_no_filetransfer_proxy_is_available"),I18N.gettext("filetransfer.File_Transfer"));