@@ -1438,6 +1438,7 @@ void QgisApp::setTheme( QString theThemeName )
1438
1438
mActionHideAllLayers ->setIcon ( getThemeIcon ( " /mActionHideAllLayers.png" ) );
1439
1439
mActionShowAllLayers ->setIcon ( getThemeIcon ( " /mActionShowAllLayers.png" ) );
1440
1440
mActionRemoveAllFromOverview ->setIcon ( getThemeIcon ( " /mActionRemoveAllFromOverview.png" ) );
1441
+ mActionToggleFullScreen ->setIcon ( getThemeIcon ( " /mActionToggleFullScreen.png" ) );
1441
1442
mActionProjectProperties ->setIcon ( getThemeIcon ( " /mActionProjectProperties.png" ) );
1442
1443
mActionManagePlugins ->setIcon ( getThemeIcon ( " /mActionShowPluginManager.png" ) );
1443
1444
mActionCheckQgisVersion ->setIcon ( getThemeIcon ( " /mActionCheckQgisVersion.png" ) );
@@ -1446,9 +1447,21 @@ void QgisApp::setTheme( QString theThemeName )
1446
1447
mActionQgisHomePage ->setIcon ( getThemeIcon ( " /mActionQgisHomePage.png" ) );
1447
1448
mActionAbout ->setIcon ( getThemeIcon ( " /mActionHelpAbout.png" ) );
1448
1449
mActionDraw ->setIcon ( getThemeIcon ( " /mActionDraw.png" ) );
1450
+ mActionToggleEditing ->setIcon ( getThemeIcon ( " /mActionToggleEditing.png" ) );
1451
+ mActionCutFeatures ->setIcon ( getThemeIcon ( " /mActionEditCut.png" ) );
1452
+ mActionCopyFeatures ->setIcon ( getThemeIcon ( " /mActionEditCopy.png" ) );
1453
+ mActionPasteFeatures ->setIcon ( getThemeIcon ( " /mActionEditPaste.png" ) );
1449
1454
mActionCapturePoint ->setIcon ( getThemeIcon ( " /mActionCapturePoint.png" ) );
1450
1455
mActionCaptureLine ->setIcon ( getThemeIcon ( " /mActionCaptureLine.png" ) );
1451
1456
mActionCapturePolygon ->setIcon ( getThemeIcon ( " /mActionCapturePolygon.png" ) );
1457
+ mActionMoveFeature ->setIcon ( getThemeIcon ( " /mActionMoveFeature.png" ) );
1458
+ mActionSplitFeatures ->setIcon ( getThemeIcon ( " /mActionSplitFeatures.png" ) );
1459
+ mActionDeleteSelected ->setIcon ( getThemeIcon ( " /mActionDeleteSelected.png" ) );
1460
+ mActionAddVertex ->setIcon ( getThemeIcon ( " /mActionAddVertex.png" ) );
1461
+ mActionMoveVertex ->setIcon ( getThemeIcon ( " /mActionMoveVertex.png" ) );
1462
+ mActionDeleteVertex ->setIcon ( getThemeIcon ( " /mActionDeleteVertex.png" ) );
1463
+ mActionAddRing ->setIcon ( getThemeIcon ( " /mActionAddRing.png" ) );
1464
+ mActionAddIsland ->setIcon ( getThemeIcon ( " /mActionAddIsland.png" ) );
1452
1465
mActionZoomIn ->setIcon ( getThemeIcon ( " /mActionZoomIn.png" ) );
1453
1466
mActionZoomOut ->setIcon ( getThemeIcon ( " /mActionZoomOut.png" ) );
1454
1467
mActionZoomFullExtent ->setIcon ( getThemeIcon ( " /mActionZoomFullExtent.png" ) );
@@ -1461,6 +1474,7 @@ void QgisApp::setTheme( QString theThemeName )
1461
1474
mActionOpenTable ->setIcon ( getThemeIcon ( " /mActionOpenTable.png" ) );
1462
1475
mActionMeasure ->setIcon ( getThemeIcon ( " /mActionMeasure.png" ) );
1463
1476
mActionMeasureArea ->setIcon ( getThemeIcon ( " /mActionMeasureArea.png" ) );
1477
+ mActionMapTips ->setIcon ( getThemeIcon ( " /mActionMapTips.png" ) );
1464
1478
mActionShowBookmarks ->setIcon ( getThemeIcon ( " /mActionShowBookmarks.png" ) );
1465
1479
mActionNewBookmark ->setIcon ( getThemeIcon ( " /mActionNewBookmark.png" ) );
1466
1480
mActionCustomProjection ->setIcon ( getThemeIcon ( " /mActionCustomProjection.png" ) );
0 commit comments