source typo fixes pt5
+ cleaning up some more non-short-URLs Issue #2914
This commit is contained in:
@@ -515,7 +515,7 @@ void PrefQuantitySpinBox::contextMenuEvent(QContextMenuEvent *event)
|
||||
// call the menu and wait until its back
|
||||
QAction *userAction = menu->exec(event->globalPos());
|
||||
|
||||
// look what the user has choosen
|
||||
// look what the user has chosen
|
||||
if (userAction == saveValueAction) {
|
||||
pushToHistory(this->text());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user