Use default monospace fonts on non-windows platforms
Brought to you by:
nir1408
Winpdb uses hardcoded font face "Courier" on platforms other than MSW. On Linux this fonts looks ugly (that depends on distribution, font configuration and other factors), but usually it looks ugly.
On Linux wxGTK can use default system-wide monospace font which is used by default by all code editors.
On MacOSX with patch applied Winpdb uses Monaco font which (as far as I know) is the default monospace font for that platform.
Patch againist SVN rev 271