File tree Expand file tree Collapse file tree 6 files changed +4
-0
lines changed Expand file tree Collapse file tree 6 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 280
280
<file>themes/gis/mActionAddArrow.png</file>
281
281
<file>themes/gis/mActionAddBasicShape.png</file>
282
282
<file>themes/gis/mActionAddGPSLayer.png</file>
283
+ <file>themes/gis/mActionAddHtml.png</file>
283
284
<file>themes/gis/mActionAddImage.png</file>
284
285
<file>themes/gis/mActionAddPart.png</file>
285
286
<file>themes/gis/mActionAddLayer.png</file>
354
355
<file>themes/gis/mActionNewComposer.png</file>
355
356
<file>themes/gis/mActionNewVectorLayer.png</file>
356
357
<file>themes/gis/mActionNodeTool.png</file>
358
+ <file>themes/gis/mActionOffsetCurve.png</file>
357
359
<file>themes/gis/mActionOpenTable.png</file>
358
360
<file>themes/gis/mActionPan.png</file>
359
361
<file>themes/gis/mActionPanToSelected.png</file>
366
368
<file>themes/gis/mActionReshape.png</file>
367
369
<file>themes/gis/mActionRollbackAllEdits.svg</file>
368
370
<file>themes/gis/mActionRollbackEdits.svg</file>
371
+ <file>themes/gis/mActionRotateFeature.png</file>
369
372
<file>themes/gis/mActionRotateLabel.png</file>
370
373
<file>themes/gis/mActionRotateLabel.svg</file>
371
374
<file>themes/gis/mActionSaveAsPDF.png</file>
Original file line number Diff line number Diff line change @@ -1701,6 +1701,7 @@ void QgisApp::setTheme( QString theThemeName )
1701
1701
mActionDeleteRing ->setIcon ( QgsApplication::getThemeIcon ( " /mActionDeleteRing.png" ) );
1702
1702
mActionDeletePart ->setIcon ( QgsApplication::getThemeIcon ( " /mActionDeletePart.png" ) );
1703
1703
mActionMergeFeatures ->setIcon ( QgsApplication::getThemeIcon ( " /mActionMergeFeatures.png" ) );
1704
+ mActionOffsetCurve ->setIcon ( QgsApplication::getThemeIcon ( " /mActionOffsetCurve.png" ) );
1704
1705
mActionMergeFeatureAttributes ->setIcon ( QgsApplication::getThemeIcon ( " /mActionMergeFeatureAttributes.png" ) );
1705
1706
mActionRotatePointSymbols ->setIcon ( QgsApplication::getThemeIcon ( " mActionRotatePointSymbols.png" ) );
1706
1707
mActionZoomIn ->setIcon ( QgsApplication::getThemeIcon ( " /mActionZoomIn.png" ) );
You can’t perform that action at this time.
0 commit comments