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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user