mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-18 19:08:59 -06:00
Provide informational text in the actions panel if the user tries to create an illegal identifier (closes #2289)
This commit is contained in:
@@ -125,7 +125,7 @@ PropertyOwner::PropertyOwner(PropertyOwnerInfo info)
|
||||
);
|
||||
ghoul_precondition(
|
||||
_identifier.find_first_of('.') == std::string::npos,
|
||||
"Identifier must contain any whitespaces"
|
||||
"Identifier must contain any dots"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user