Rename shellnew2 to 2shellnew
The "DosName" property of a directory item must apparently be unique in first five chars, sigh. See the lovely code in solenv/bin/modules/installer/windows/directory.pm, the create_unique_directorynames subroutine, check for $startlength.
This commit is contained in:
parent
63f5fa4f9f
commit
a1ce970032
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ End
|
||||||
|
|
||||||
Directory gid_Dir_ShellnewToo
|
Directory gid_Dir_ShellnewToo
|
||||||
ParentID = gid_Dir_Program;
|
ParentID = gid_Dir_Program;
|
||||||
DosName = "shellnew2";
|
DosName = "2shellnew";
|
||||||
End
|
End
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue