pidgin/pidgin

Fix the downloading of dictionaries in the windows installer
release-2.x.y
2022-03-04, Gary Kramlich
17237faf35cb
Fix the downloading of dictionaries in the windows installer

Testing Done:
* Installed en_US and some other dictionaries with both installers.
* Verified they were installed properly
* Verified the English dictionary worked.

Reviewed at https://reviews.imfreedom.org/r/1303/
/** @page ui-ops UiOps structures
When implementing a UI for libpurple, you need to fill in various UiOps
structures:
- #PurpleAccountUiOps
- #PurpleBlistUiOps
- #PurpleConnectionUiOps
- #PurpleConversationUiOps
- #PurpleCoreUiOps
- #PurpleDebugUiOps
- #PurpleDnsQueryUiOps
- #PurpleEventLoopUiOps (without this, nothing will work and you will cry)
- #PurpleIdleUiOps
- #PurpleNotifyUiOps
- #PurplePrivacyUiOps
- #PurpleRequestUiOps
- #PurpleRoomlistUiOps
- #PurpleSoundUiOps
- #PurpleWhiteboardUiOps
- #PurpleXferUiOps
*/
// vim: ft=c.doxygen