source typo fixes pt5

+ cleaning up some more non-short-URLs
Issue #2914
This commit is contained in:
Kunda
2017-03-03 16:43:42 -05:00
committed by Yorik van Havre
parent d751423dbd
commit 19f8fd4c10
58 changed files with 147 additions and 148 deletions

View File

@@ -216,7 +216,7 @@ void InputField::contextMenuEvent(QContextMenuEvent *event)
// call the menu and wait until its back
QAction *saveAction = menu->exec(event->globalPos());
// look what the user has choosen
// look what the user has chosen
if(saveAction == SaveValueAction)
pushToSavedValues();
else{