Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#3648 closed task (fixed)

Spelling mistake in variable name "pDefautlViewLayout" --> "pDefaultViewLayout"

Reported by: Dietmar Winkler Owned by: Adeel Asghar
Priority: low Milestone: 1.9.4
Component: OMEdit Version:
Keywords: spelling typo Cc:

Description

In OMEditGUI/Options/OptionsDialoge.cpp the following variable name should be fixed:

-  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);

Change History (4)

comment:1 by Adeel Asghar, 9 years ago

Resolution: fixed
Status: newclosed

Done in 5b2f674/OMEdit.

comment:2 by Dietmar Winkler, 9 years ago

Milestone: Future1.9.4

comment:3 by Martin Sjölund, 9 years ago

Milestone: 1.9.41.9.4-1.9.x

Milestone renamed

comment:4 by Martin Sjölund, 9 years ago

Milestone: 1.9.4-1.9.x1.9.4

Milestone renamed

Note: See TracTickets for help on using tickets.