obscure spelling

This commit is contained in:
Denis Rouzaud 2017-07-06 11:09:09 +02:00
parent df209774d4
commit f3a6df5c0d
3 changed files with 3 additions and 2 deletions

View File

@ -4829,6 +4829,7 @@ orignally:originally
orignially:originally
orthagonal:orthogonal
orthagonalize:orthogonalize
osbscure:obscure
oscilate:oscillate
oscilated:oscillated
oscilating:oscillating

View File

@ -58,7 +58,7 @@ QgsWFSSourceSelect::QgsWFSSourceSelect( QWidget *parent, Qt::WindowFlags fl, Qgs
if ( mWidgetMode != QgsProviderRegistry::WidgetMode::None )
{
// For some osbscure reson hiding does not work!
// For some obscure reson hiding does not work!
// buttonBox->button( QDialogButtonBox::Close )->hide();
buttonBox->removeButton( buttonBox->button( QDialogButtonBox::Close ) );
mHoldDialogOpen->setHidden( true );

View File

@ -64,7 +64,7 @@ QgsWMSSourceSelect::QgsWMSSourceSelect( QWidget *parent, Qt::WindowFlags fl, Qgs
if ( mWidgetMode != QgsProviderRegistry::WidgetMode::None )
{
// For some osbscure reson hiding does not work!
// For some obscure reson hiding does not work!
// buttonBox->button( QDialogButtonBox::Close )->hide();
buttonBox->removeButton( buttonBox->button( QDialogButtonBox::Close ) );
}