Broken confirmation dialog in WinSCP 1.62
Broken confirmation dialog - autoformatting does not work properly (tried to change console size, it stays the same). Probably due to this line in WinSCPDialogs.cpp, TWinSCPPlugin::ConfigurationDialog()
It should be removed or something (not sure about the most suitable solution).
[/code]
Dialog->Size = TPoint(67, 23);
[/code]