source typo fixes pt5
+ cleaning up some more non-short-URLs Issue #2914
This commit is contained in:
@@ -525,7 +525,7 @@ void TaskView::showDialog(TaskDialog *dlg)
|
||||
ActiveCtrl = new TaskEditControl(this);
|
||||
ActiveCtrl->buttonBox->setStandardButtons(dlg->getStandardButtons());
|
||||
|
||||
// make conection to the needed signals
|
||||
// make connection to the needed signals
|
||||
connect(ActiveCtrl->buttonBox,SIGNAL(accepted()),
|
||||
this,SLOT(accept()));
|
||||
connect(ActiveCtrl->buttonBox,SIGNAL(rejected()),
|
||||
|
||||
Reference in New Issue
Block a user