[Libreoffice-commits] .: scp2/source

Tor Lillqvist tml at kemper.freedesktop.org
Thu Mar 31 02:50:04 PDT 2011


 scp2/source/ooo/directory_ooo.scp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b26c20622ac60198de05ecdcb8b9ae6ff6348879
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Mar 31 12:47:11 2011 +0300

    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.

diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp
index 3ce496b..3807bde 100644
--- a/scp2/source/ooo/directory_ooo.scp
+++ b/scp2/source/ooo/directory_ooo.scp
@@ -165,7 +165,7 @@ End
 
 Directory gid_Dir_ShellnewToo
     ParentID = gid_Dir_Program;
-    DosName = "shellnew2";
+    DosName = "2shellnew";
 End
 
 #endif


More information about the Libreoffice-commits mailing list