svn(at)pgadmin(dot)org wrote:
> Author: dpage
;
> +
> + // Disable/enable the database combo
> + if ((wxT("sb")[rbxKind->GetSelection()]) == 'b')
Um, if(rbxKind->GetSelection() == 1) seems to easy :-)
Hopefully, rbxKind->GetSelection() will never return -1...
Regards,
Andreas