replace res/commandimagelist with cmd
This commit is contained in:
parent
c761ef3d41
commit
a64f87add5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue