From 009765255f9512556de04ac2b056af2602644c2e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 21 Oct 2011 11:55:56 +0200 Subject: Undo basis/brand split: adapt scp2 WkDir. --- scp2/source/ooo/folderitem_ooo.scp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scp2/source/ooo/folderitem_ooo.scp') diff --git a/scp2/source/ooo/folderitem_ooo.scp b/scp2/source/ooo/folderitem_ooo.scp index b6ef81eff36d..3c4194869fc3 100644 --- a/scp2/source/ooo/folderitem_ooo.scp +++ b/scp2/source/ooo/folderitem_ooo.scp @@ -34,7 +34,7 @@ FolderItem gid_Folderitem_Soffice FileID = gid_Brand_File_Bin_Soffice; IconFile = gid_Brand_File_Bin_Soffice; IconID = 0; - WkDir = gid_Dir_Program; + WkDir = gid_Brand_Dir_Program; Parameter = ""; Styles = (NOWEB, NON_ADVERTISED); ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE); @@ -48,7 +48,7 @@ FolderItem gid_Folderitem_Soffice_Desktop IconFile = gid_Brand_File_Bin_Soffice; IconID = 0; ComponentIDFile = "gid_Brand_File_Desktophelper_Txt"; - WkDir = gid_Dir_Program; + WkDir = gid_Brand_Dir_Program; Parameter = ""; Styles = (NOWEB,NON_ADVERTISED,USE_HELPER_FILENAME); ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE); -- cgit