From: Mattia B. <mb...@ds...> - 2001-06-28 16:45:57
|
Hello, I just found that _ is already used in Perl... ( see perlfunc -> -X, at the bottom ) So using use Wx qw(_); # as the docs say in your programs will break other perl code, even outside your program/module. This will be fixed in 0.07. For now use Wx::GetTranslation() HTH Mattia |