brezerk / q4wine

Q4Wine is a Qt GUI for W.I.N.E. It will help you manage wine prefixes and installed applications.
http://q4wine.brezblock.org.ua/
GNU General Public License v3.0
208 stars 40 forks source link

Use QString::section() to parse Winetricks output #84

Closed kakurasan closed 8 years ago

kakurasan commented 8 years ago

q4wine-1 3 1-winetricks-strictdrawordering

"strictdrawordering=disabled" and "strictdrawordering=enabled" (over 24 chars) are broken. This commit fixes the issue.

brezerk commented 8 years ago

Thanks a lot!