replace res/commandimagelist with cmd

This commit is contained in:
Matus Kukan 2011-05-20 18:09:28 +02:00
parent c761ef3d41
commit a64f87add5

View file

@ -28,7 +28,7 @@ sub read_new_icons($$)
my @new_icons;
my %new_icons;
for my $icon (@images) {
my $iname = "res/commandimagelist/" . $prefix . $icon . ".png";
my $iname = "cmd/" . $prefix . $icon . ".png";
if (!defined $global_hash{$iname} &&
!defined $new_icons{$iname}) {
push @new_icons, $iname;