icon.pm (9780544f) icon.pm (b274bc22)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 51 unchanged lines hidden (view full) ---

60
61 push(@icontable, $oneline);
62 }
63
64 # Saving the file
65
66 my $icontablename = $basedir . $installer::globals::separator . "Icon.idt";
67 installer::files::save_file($icontablename ,\@icontable);
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 51 unchanged lines hidden (view full) ---

60
61 push(@icontable, $oneline);
62 }
63
64 # Saving the file
65
66 my $icontablename = $basedir . $installer::globals::separator . "Icon.idt";
67 installer::files::save_file($icontablename ,\@icontable);
68 my $infoline = "Created idt file: $icontablename\n";
69 push(@installer::globals::logfileinfo, $infoline);
70
68 $installer::logger::Lang->printf("Created idt file: %s\n", $icontablename);
71}
72
731;
69}
70
711;