projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f45e7
)
Sprachsupport eingebaut
author
Holger Lindemann
<hli@lx-system.de>
Fri, 20 Feb 2009 10:20:05 +0000
(10:20 +0000)
committer
Holger Lindemann
<hli@lx-system.de>
Fri, 20 Feb 2009 10:20:05 +0000
(10:20 +0000)
bin/mozilla/menujs.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/menujs.pl
b/bin/mozilla/menujs.pl
index
b196fd5
..
37e083c
100644
(file)
--- a/
bin/mozilla/menujs.pl
+++ b/
bin/mozilla/menujs.pl
@@
-123,6
+123,7
@@
window.onload=clockon
}
sub acc_menu {
+ $locale = Locale->new($language, "menu");
$mainlevel = $form->{level};
$mainlevel =~ s/$mainlevel--//g;
my $menu = new Menu "$menufile";