I does work, but there are some things that can be better.
The installer says: Make sure you close messenger, but it would be better if the setup just closes messenger. It's easy to do:
First find al contact windows with the class name "imwindowclass". Close them by sending the WM_CLOSE command.
Then, find the window named "MSNHiddenWindowClass", register a message named "TryMsnMsgrShutdown", and send it to the window. Messenger is now fully closed
.
Also, the plugin list says Messenger web services, it's better to make it Messenger Web Services (capitalize).
I will now try to make a new parser, got a really nice one in mind
.
Edit:
Found a spelling mistake in the dutch language file:
code:
<msgSureDelete>Weet je zeler dat je %parser% wilt verwijderen?</msgSureDelete>
Should be:
code:
<msgSureDelete>Weet je zeker dat je %parser% wilt verwijderen?</msgSureDelete>