mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
obscure spelling
This commit is contained in:
parent
df209774d4
commit
f3a6df5c0d
@ -4829,6 +4829,7 @@ orignally:originally
|
||||
orignially:originally
|
||||
orthagonal:orthogonal
|
||||
orthagonalize:orthogonalize
|
||||
osbscure:obscure
|
||||
oscilate:oscillate
|
||||
oscilated:oscillated
|
||||
oscilating:oscillating
|
||||
|
@ -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 );
|
||||
|
@ -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 ) );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user