Skip to content

Commit 68acf93

Browse files
committed
Camera: rely on internal icon
1 parent 80032fd commit 68acf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Render/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class CameraCommand(_DocIsActiveMixin):
241241
def GetResources(self): # pylint: disable=no-self-use
242242
"""Get command's resources (callback)."""
243243
return {
244-
"Pixmap": ":/icons/camera-photo.svg",
244+
"Pixmap": os.path.join(ICONDIR, "Camera-photo.svg"),
245245
"MenuText": QT_TRANSLATE_NOOP("Render_Camera", "Camera"),
246246
"ToolTip": QT_TRANSLATE_NOOP(
247247
"Render_Camera",

0 commit comments

Comments
 (0)