diff options
Diffstat (limited to 'lib/LXRng/Lang.pm')
-rw-r--r-- | lib/LXRng/Lang.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LXRng/Lang.pm b/lib/LXRng/Lang.pm index 754cb72..1ed134c 100644 --- a/lib/LXRng/Lang.pm +++ b/lib/LXRng/Lang.pm @@ -25,7 +25,7 @@ use vars qw(@languages %deftypes %defweight); %defweight = do { my $i = 0; map { $_ => $i++ } - qw(c f i n s t u p x v d e g m l) }; + qw(c p f i n s t u x v d e g m l) }; sub init { |