mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 12:39:55 +00:00
fixed double namespace in GenericCreator
This commit is contained in:
parent
c66dfe67b1
commit
1bf177fe72
@ -45,7 +45,7 @@ void CSVWorld::GenericCreator::insertBeforeButtons (QWidget *widget, bool stretc
|
|||||||
|
|
||||||
std::string CSVWorld::GenericCreator::getId() const
|
std::string CSVWorld::GenericCreator::getId() const
|
||||||
{
|
{
|
||||||
return getNamespace() + mId->text().toUtf8().constData();
|
return mId->text().toUtf8().constData();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CSVWorld::GenericCreator::configureCreateCommand (CSMWorld::CreateCommand& command) const {}
|
void CSVWorld::GenericCreator::configureCreateCommand (CSMWorld::CreateCommand& command) const {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user