summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/directory_ooo.scp
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-27 13:23:55 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-27 13:30:54 +0300
commit4b83c028031aa2c8a4d41198ca9af8f78ed8d8b9 (patch)
treeac311f6463fd7ff07d2525c8e501f248d06354ba /scp2/source/ooo/directory_ooo.scp
parent2c87384e24a956693d4060b7e42317a3b7a0e4b5 (diff)
Make subdirectory names unique in the first five characters
Rename "shellnew" to "shlnew", and "2shellnew" then to "2shlnew" for consistency. See code in olenv/bin/modules/installer/windows/directory.pm: create_unique_directorynames(). (Actually I think we don't even create any actual directory for "shellnew" (and "2shellnew" even less), it is just a placeholder... But oh well.)
Diffstat (limited to 'scp2/source/ooo/directory_ooo.scp')
-rw-r--r--scp2/source/ooo/directory_ooo.scp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp
index 8c52897d29e0..a25b2d7f67e4 100644
--- a/scp2/source/ooo/directory_ooo.scp
+++ b/scp2/source/ooo/directory_ooo.scp
@@ -109,12 +109,12 @@ End
Directory gid_Dir_Shellnew
ParentID = gid_Brand_Dir_Program;
- DosName = "shellnew";
+ DosName = "shlnew";
End
Directory gid_Dir_ShellnewToo
ParentID = gid_Brand_Dir_Program;
- DosName = "2shellnew";
+ DosName = "2shlnew";
End
#endif