Correct "set-point" -> "setpoint" and window title setpoint change
Change 2x "set-point" to "setpoint". Correct window title for "Add setpoint change" window. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
committed by
Dirk Hohndel
parent
b9a3dfb86b
commit
7eda24d6b1
@@ -1383,7 +1383,7 @@ void ProfileWidget2::contextMenuEvent(QContextMenuEvent *event)
|
||||
gasChange->addAction(action);
|
||||
}
|
||||
}
|
||||
QAction *setpointAction = m.addAction(tr("Add set-point change"), this, SLOT(addSetpointChange()));
|
||||
QAction *setpointAction = m.addAction(tr("Add setpoint change"), this, SLOT(addSetpointChange()));
|
||||
setpointAction->setData(event->globalPos());
|
||||
QAction *action = m.addAction(tr("Add bookmark"), this, SLOT(addBookmark()));
|
||||
action->setData(event->globalPos());
|
||||
|
||||
Reference in New Issue
Block a user