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:
87c518f
)
migrate update
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 22 Jun 2015 14:44:50 +0000
(16:44 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 20 Jul 2015 14:37:26 +0000
(16:37 +0200)
scripts/migrate_icons.pl
patch
|
blob
|
history
diff --git
a/scripts/migrate_icons.pl
b/scripts/migrate_icons.pl
index
52a1da8
..
83ab974
100644
(file)
--- a/
scripts/migrate_icons.pl
+++ b/
scripts/migrate_icons.pl
@@
-170,7
+170,7
@@
sub translate_menu {
if ($icons{ $name . '.png' }) {
my $new_name = $icons{ $name . '.png' };
$new_name =~ s/\.png$//;
- print $out "ICON=$
icons{ $name . '.png' }
\n";
+ print $out "ICON=$
new_name
\n";
} else {
warn "don't know what '$name' is in $menu_file";
}