mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Put the id in the quote.
This commit is contained in:
parent
ec8c8a9d88
commit
45d9364195
@ -61,8 +61,7 @@ void CSVWorld::ScriptEdit::dropEvent (QDropEvent* event)
|
||||
{
|
||||
if (mAllowedTypes.contains (it->getType()))
|
||||
{
|
||||
insertPlainText (QString::fromStdString (it->getId() + " "));
|
||||
QString::fromStdString ('"' + it->getId() + '"'));
|
||||
}
|
||||
}
|
||||
}
|
||||
// kate: indent-mode cstyle; indent-width 4; replace-tabs on;
|
||||
}
|
@ -26,5 +26,4 @@ namespace CSVWorld
|
||||
void dragMoveEvent (QDragMoveEvent* event);
|
||||
};
|
||||
}
|
||||
#endif // SCRIPTEDIT_H
|
||||
// kate: indent-mode cstyle; indent-width 4; replace-tabs on;
|
||||
#endif // SCRIPTEDIT_H
|
Loading…
x
Reference in New Issue
Block a user