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 gtklog-signals GtkLog Signals
@signals
@signal log-displaying
@endsignals
@see gtklog.h
<hr>
@signaldef log-displaying
@signalproto
void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *log);
@endsignalproto
@signaldesc
Emitted when a log is being displayed.
@param viewer The log viewer
@param log The log being displayed
@endsignaldef
*/
// vim: syntax=c.doxygen tw=75 et