﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3648	"Spelling mistake in variable name ""pDefautlViewLayout""  --> ""pDefaultViewLayout"""	Dietmar Winkler	Adeel Asghar	"In `OMEditGUI/Options/OptionsDialoge.cpp` the following variable name should be fixed: 

{{{#!diff
-  QGridLayout *pDefautlViewLayout = new QGridLayout;
-  pDefautlViewLayout->setAlignment(Qt::AlignTop | Qt::AlignLeft);
-  pDefautlViewLayout->addLayout(pDefaultViewRadioButtonsGridLayout, 0, 0);
-  mpDefaultViewGroupBox->setLayout(pDefautlViewLayout);
+  QGridLayout *pDefaultViewLayout = new QGridLayout;
+  pDefaultViewLayout->setAlignment(Qt::AlignTop | Qt::AlignLeft);
+  pDefaultViewLayout->addLayout(pDefaultViewRadioButtonsGridLayout, 0, 0);
+  mpDefaultViewGroupBox->setLayout(pDefaultViewLayout);
}}}"	task	closed	low	1.9.4	OMEdit		fixed	spelling typo	
