Created
November 12, 2014 09:20
-
-
Save sheeeng/f6f0f44c64c4e53b172d to your computer and use it in GitHub Desktop.
Patch to fix MaxTo issues with wxWindow based applications. E.g. LINE desktop application.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- shims.xml Wed Nov 12 09:31:14 2014 | |
| +++ shims.xml Wed Nov 12 09:31:33 2014 | |
| @@ -18,6 +18,7 @@ | |
| <process>MediaMonkey (non-skinned)</process> | |
| <process>MediaMonkey</process> | |
| <windowclass>AcrobatSDIWindow</windowclass> | |
| + <windowclass>wxWindow</windowclass> <!-- wxWidgets --> | |
| </no_subclass> | |
| <ignore> | |
| <!-- taskbar --> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks to Vegard. digitalcreations/MaxTo#13