Skip to content

Commit

Permalink
reason spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 6, 2017
1 parent ddf5ace commit a731311
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 @@ -5923,6 +5923,7 @@ reslove:resolve
resloved:resolved
resloves:resolves
resloving:resolving
reson:reason
resonable:reasonable
resopnse:response
resorce:resource
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 obscure reson hiding does not work!
// For some obscure reason 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 obscure reson hiding does not work!
// For some obscure reason hiding does not work!
// buttonBox->button( QDialogButtonBox::Close )->hide();
buttonBox->removeButton( buttonBox->button( QDialogButtonBox::Close ) );
}
Expand Down

0 comments on commit a731311

Please sign in to comment.