mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Minor : add undo text
This commit is contained in:
@@ -34,6 +34,7 @@ ChangeTerminalStripColor::ChangeTerminalStripColor(QSharedPointer<TerminalStripB
|
|||||||
if (m_bridge) {
|
if (m_bridge) {
|
||||||
m_old_color = m_bridge->color();
|
m_old_color = m_bridge->color();
|
||||||
}
|
}
|
||||||
|
setText(QObject::tr("Modifier la couleur d'un pont de bornes"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void ChangeTerminalStripColor::redo()
|
void ChangeTerminalStripColor::redo()
|
||||||
|
|||||||
Reference in New Issue
Block a user