Corrected spelling of Destination
This commit is contained in:
parent
756197a69c
commit
a27634ab66
@ -143,7 +143,7 @@ QVariant MacProtocol::fieldData(int index, FieldAttrib attrib,
|
|||||||
switch(attrib)
|
switch(attrib)
|
||||||
{
|
{
|
||||||
case FieldName:
|
case FieldName:
|
||||||
return QString("Desination");
|
return QString("Destination");
|
||||||
case FieldValue:
|
case FieldValue:
|
||||||
return dstMac;
|
return dstMac;
|
||||||
case FieldTextValue:
|
case FieldTextValue:
|
||||||
|
Loading…
Reference in New Issue
Block a user