Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
GDAL extractreprojection missing from the raster menu
This was missed in #8486.
  • Loading branch information
havatv authored and nyalldawson committed Nov 17, 2018
1 parent 5f0ce74 commit 47d966a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/menus.py
Expand Up @@ -98,6 +98,7 @@
rasterMenu = QApplication.translate('MainWindow', '&Raster')
projectionsMenu = rasterMenu + "/" + Processing.tr('Projections')
defaultMenuEntries.update({'gdal:warpreproject': projectionsMenu,
'gdal:extractprojection': projectionsMenu,
'gdal:assignprojection': projectionsMenu})
conversionMenu = rasterMenu + "/" + Processing.tr('Conversion')
defaultMenuEntries.update({'gdal:rasterize': conversionMenu,
Expand Down

0 comments on commit 47d966a

Please sign in to comment.