Skip to content

Commit

Permalink
Comments out: w_call opensymbol
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jul 7, 2024
1 parent 52e9661 commit bab6e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/mt4_install.verb.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load_mt4_install()

if w_workaround_wine_bug 7156 "${title} needs wingdings.ttf, installing opensymbol"
then
w_call opensymbol # @fixme: GH-6
echo w_call opensymbol # @fixme: https://github.com/Winetricks/winetricks/issues/2236
fi

# Opens a webpage.
Expand Down
2 changes: 1 addition & 1 deletion templates/mt5_install.verb.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load_mt5_install()

if w_workaround_wine_bug 7156 "${title} needs wingdings.ttf, installing opensymbol"
then
echo w_call opensymbol # @fixme: GH-6
echo w_call opensymbol # @fixme: https://github.com/Winetricks/winetricks/issues/2236
fi

WINEDLLOVERRIDES="winebrowser.exe="
Expand Down

0 comments on commit bab6e63

Please sign in to comment.