Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Sep 14, 2024
1 parent dbbf7d8 commit b299dfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/setup-macos3-legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
]

qt_plugin_files = [
'libqsvgicon.dylib', # needed to render MPL toolbar as SVG icons (fallback is PNG; build-in support)
'libqsvgicon.dylib', # needed to render MPL toolbar as SVG icons (fallback is PNG; built-in support)
# 'libqgif.dylib',
# 'libqicns.dylib',
# 'libqico.dylib',
Expand Down
4 changes: 2 additions & 2 deletions src/setup-macos3.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
'styles'
]
qt_plugin_files = [
'libqsvgicon.dylib', # needed to render MPL toolbar as SVG icons (fallback is PNG; build-in support)
'libqsvgicon.dylib', # needed to render MPL toolbar as SVG icons (fallback is PNG; built-in support)
# 'libqgif.dylib',
# 'libqicns.dylib',
# 'libqico.dylib',
Expand Down Expand Up @@ -378,7 +378,7 @@
'qtwebsockets'
}

# remove unused tranlsations of unused Qt modules
# remove unused translations of unused Qt modules
for qt_dir in ['PyQt5/Qt5/translations', 'PyQt6/Qt6/translations']:
qt = f'{rootdir}/{qt_dir}'
for root, _, files in os.walk(qt):
Expand Down

0 comments on commit b299dfb

Please sign in to comment.