summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/directory_ooo.scp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-18 18:49:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-10-18 18:49:34 +0200
commitd0a0513a9cbd25b2bcd933ec337f6366c86917cb (patch)
treefc3d308ba9d06a7dc9c5ddd4417ac99c79f36d27 /scp2/source/ooo/directory_ooo.scp
parentd34a819233de940dcfe389fc87baebfbcbc7da66 (diff)
Undo basis/brand split: move program/{addin,filter,plugin} from basis to brand.
And let $(prog), $(progpath), $(progurl) point to brand program/ instead of basis program/.
Diffstat (limited to 'scp2/source/ooo/directory_ooo.scp')
-rw-r--r--scp2/source/ooo/directory_ooo.scp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp
index 726834a85025..836e79ac168d 100644
--- a/scp2/source/ooo/directory_ooo.scp
+++ b/scp2/source/ooo/directory_ooo.scp
@@ -127,7 +127,7 @@ End
Directory gid_Dir_Addin
Styles = (CREATE);
- ParentID = gid_Dir_Program;
+ ParentID = gid_Brand_Dir_Program;
DosName = "addin";
End
@@ -137,7 +137,7 @@ Directory gid_Dir_Addin_Source
End
Directory gid_Dir_Filter
- ParentID = gid_Dir_Program;
+ ParentID = gid_Brand_Dir_Program;
DosName = "filter";
End
@@ -344,7 +344,7 @@ Directory gid_Dir_Work
End
Directory gid_Dir_Plugin
- ParentID = gid_Dir_Program;
+ ParentID = gid_Brand_Dir_Program;
DosName = "plugin";
Styles = (WORKSTATION, CREATE);
End