Skip to content

Commit

Permalink
obscure spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 6, 2017
1 parent df20977 commit f3a6df5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/spell_check/spelling.dat
Expand Up @@ -4829,6 +4829,7 @@ orignally:originally
orignially:originally
orthagonal:orthogonal
orthagonalize:orthogonalize
osbscure:obscure
oscilate:oscillate
oscilated:oscillated
oscilating:oscillating
Expand Down
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfssourceselect.cpp
Expand Up @@ -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 );
Expand Down
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmssourceselect.cpp
Expand Up @@ -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 ) );
}
Expand Down

0 comments on commit f3a6df5

Please sign in to comment.