Skip to content

Commit

Permalink
Re-enables w_call opensymbol (fixes GH-6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jan 22, 2024
1 parent 00254bc commit 0f083ef
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
echo w_call opensymbol # @fixme: GH-6
w_call opensymbol
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
w_call opensymbol
fi

WINEDLLOVERRIDES="winebrowser.exe="
Expand Down

0 comments on commit 0f083ef

Please sign in to comment.