Gui: fix icon name conflict related to Std_ViewScreenShot

The image Std_ViewScreenShot.svg was not used in the GUI. The command Std_ViewScreenShot used a different icon. This caused a name conflict in the Wiki.
This commit is contained in:
Roy-043
2024-07-04 23:56:24 +02:00
committed by Chris Hennes
parent d854dc78fc
commit b08074e15b
4 changed files with 673 additions and 1049 deletions

View File

@@ -1928,7 +1928,7 @@ StdViewScreenShot::StdViewScreenShot()
sToolTipText= QT_TR_NOOP("Creates a screenshot of the active view");
sWhatsThis = "Std_ViewScreenShot";
sStatusTip = QT_TR_NOOP("Creates a screenshot of the active view");
sPixmap = "camera-photo";
sPixmap = "Std_ViewScreenShot";
eType = Alter3DView;
}