if(!isTable())throwELuaNotATable(NLMISC::toString("Trying to set a value '%d"NL_I64"' at key %s on object '%s' of type %s (not a table).",value,key,getId().c_str(),getTypename()));
if(!isTable())throwELuaNotATable(NLMISC::toString("Trying to set a value '%"NL_I64"d' at key %s on object '%s' of type %s (not a table).",value,key,getId().c_str(),getTypename()));
QMessageBox::StandardButtonres=QMessageBox::warning(this,tr("Error"),tr("Error '%1' occured when trying to check free disk space on %2.").arg(error).arg(m_dstDirectory));
nlwarning("Error '%s' (%d) occured when trying to check free disk space on %s, continue anyway",NLMISC::formatErrorMessage(error).c_str(),error,Q2C(m_dstDirectory));
QMessageBox::StandardButtonres=QMessageBox::warning(this,tr("Not enough free disk space"),tr("You don't have enough free space on this disk, please make more space or choose a directory on another disk."));
QMessageBox::StandardButtonres=QMessageBox::warning(this,tr("Not enough free disk space"),tr("You don't have enough free space on this disk, please make more space or choose a directory on another disk."));
QMessageBox::StandardButtonres=QMessageBox::warning(this,tr("Error"),tr("Error '%1' occured when trying to check free disk space on %2.").arg(error).arg(m_dstDirectory));
nlwarning("Error '%s' (%d) occured when trying to check free disk space on %s, continue anyway",NLMISC::formatErrorMessage(error).c_str(),error,Q2C(m_dstDirectory));
QMessageBox::StandardButtonres=QMessageBox::warning(this,tr("Not enough free disk space"),tr("You don't have enough free space on this disk, please make more space or choose a directory on another disk."));
QMessageBox::StandardButtonres=QMessageBox::warning(this,tr("Not enough free disk space"),tr("You don't have enough free space on this disk, please make more space or choose a directory on another disk."));