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:
Tor Lillqvist 2011-03-31 12:47:11 +03:00
parent 63f5fa4f9f
commit a1ce970032

View file

@ -165,7 +165,7 @@ End
Directory gid_Dir_ShellnewToo
ParentID = gid_Dir_Program;
DosName = "shellnew2";
DosName = "2shellnew";
End
#endif