mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Replace minus (-) by underscore (_)
This commit is contained in:
@@ -56,7 +56,7 @@ void CompositeTextEditDialog::setUpComboBox()
|
||||
|
||||
if(m_text && (m_text->parentElement()->linkType() & Element::AllReport)) //Special treatment for text owned by a folio report
|
||||
{
|
||||
qstrl << "label" << "function" << "tension-protocol";
|
||||
qstrl << "label" << "function" << "tension_protocol";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user