Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix crash on quit
  • Loading branch information
jef-n committed Mar 12, 2012
1 parent 5f771a6 commit 533ac4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1679,6 +1679,7 @@ void QgisApp::createCanvasTools()
#else
mAdvancedDigitizeToolBar->removeAction( mActionOffsetCurve );
mEditMenu->removeAction( mActionOffsetCurve );
mMapTools.mOffsetCurve = 0;
#endif //GEOS_VERSION
mMapTools.mReshapeFeatures = new QgsMapToolReshape( mMapCanvas );
mMapTools.mReshapeFeatures->setAction( mActionReshapeFeatures );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -415,7 +415,7 @@ QString QgsExpressionBuilderWidget::loadFunctionHelp( QgsExpressionItem* functio

QString missingError = tr( "<h3>Oops! QGIS can't find help for this function.</h3>"
"The help file for %1 was not found.<br>"
).arg( Qt::escape( name ) );
).arg( Qt::escape( name ) );

if ( !lang.startsWith( "en_" ) )
{
Expand Down

0 comments on commit 533ac4c

Please sign in to comment.