diff options
author | Matus Kukan <matus.kukan@gmail.com> | 2011-05-20 18:09:28 +0200 |
---|---|---|
committer | Matus Kukan <matus.kukan@gmail.com> | 2011-05-20 18:09:28 +0200 |
commit | a64f87add5ab02df8f4b6b4ea1bd0be6a4c23fba (patch) | |
tree | f698763e6457ccd5686603749933f380e39540be /solenv | |
parent | c761ef3d4121cba34161cd5c18a5ad16261e8599 (diff) |
replace res/commandimagelist with cmd
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/image-sort.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/image-sort.pl b/solenv/bin/image-sort.pl index 16c792608c66..e4fd8491baf2 100755 --- a/solenv/bin/image-sort.pl +++ b/solenv/bin/image-sort.pl @@ -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; |