File jwmxdgmenu.pl.diff of Package jwm
*** jwmxdgmenu.pl.orig 2014-09-09 09:27:31.871498038 +0400
--- jwmxdgmenu.pl 2014-09-09 09:28:44.045293624 +0400
***************
*** 40,46 ****
my %dfile; # .desktop file
my %dirfile; # .directory file
my @catorderpref = qw(Favourites Graphics Network Office Utility Audio AudioVideo Development Education Game Settings System);
! my $locale = "pl";
sub str_in_table { # grep continues even if one found...
my ($el, $t) = @_; # ...and here, by reference is faster.
--- 40,46 ----
my %dfile; # .desktop file
my %dirfile; # .directory file
my @catorderpref = qw(Favourites Graphics Network Office Utility Audio AudioVideo Development Education Game Settings System);
! my $locale = "en";
sub str_in_table { # grep continues even if one found...
my ($el, $t) = @_; # ...and here, by reference is faster.