diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-10-21 12:15:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-24 13:59:56 +0200 |
commit | a32d05fbb9fa8c1062294e7bd75588dc152309a3 (patch) | |
tree | dfafef1697a6589bf53252d09fa7d09a533e8bf7 /scp2 | |
parent | 90713adf1bf97befb9b6c97309f57d7b93566857 (diff) |
Undo basis/brand split: move WNT-specific gid_Dir_Shellnew[Too].
Hope that's all that needs to be done here...
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/directory_ooo.scp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp index e8c094dfd76e..2e81cfd3f3ea 100644 --- a/scp2/source/ooo/directory_ooo.scp +++ b/scp2/source/ooo/directory_ooo.scp @@ -144,12 +144,12 @@ End #ifdef WNT Directory gid_Dir_Shellnew - ParentID = gid_Dir_Program; + ParentID = gid_Brand_Dir_Program; DosName = "shellnew"; End Directory gid_Dir_ShellnewToo - ParentID = gid_Dir_Program; + ParentID = gid_Brand_Dir_Program; DosName = "2shellnew"; End |