diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-10-21 11:55:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-24 13:59:54 +0200 |
commit | 009765255f9512556de04ac2b056af2602644c2e (patch) | |
tree | 3d253d2744da25374c7e0a9c65b1620ab9bc2381 /scp2 | |
parent | a58b65d380a6637e0d740b3a01162dcbfc38b61d (diff) |
Undo basis/brand split: adapt scp2 WkDir.
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/base/folderitem_base.scp | 2 | ||||
-rw-r--r-- | scp2/source/calc/folderitem_calc.scp | 2 | ||||
-rw-r--r-- | scp2/source/draw/folderitem_draw.scp | 2 | ||||
-rw-r--r-- | scp2/source/impress/folderitem_impress.scp | 2 | ||||
-rw-r--r-- | scp2/source/math/folderitem_math.scp | 2 | ||||
-rw-r--r-- | scp2/source/ooo/folderitem_ooo.scp | 4 | ||||
-rw-r--r-- | scp2/source/writer/folderitem_writer.scp | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/scp2/source/base/folderitem_base.scp b/scp2/source/base/folderitem_base.scp index c678e7424cd7..671bd9324866 100644 --- a/scp2/source/base/folderitem_base.scp +++ b/scp2/source/base/folderitem_base.scp @@ -34,7 +34,7 @@ FolderItem gid_Folderitem_Sbase FileID = gid_File_Exe_Sbase; IconFile = gid_File_Exe_Sbase; IconID = 0; - WkDir = gid_Dir_Program; + WkDir = gid_Brand_Dir_Program; Parameter = ""; Styles = (NOWEB, NON_ADVERTISED); ALL_LANG(Tooltip, STR_FI_TOOLTIP_BASE); diff --git a/scp2/source/calc/folderitem_calc.scp b/scp2/source/calc/folderitem_calc.scp index 36cd965cb53b..782d135a0f8e 100644 --- a/scp2/source/calc/folderitem_calc.scp +++ b/scp2/source/calc/folderitem_calc.scp @@ -34,7 +34,7 @@ FolderItem gid_Folderitem_Scalc FileID = gid_File_Exe_Scalc; IconFile = gid_File_Exe_Scalc; IconID = 0; - WkDir = gid_Dir_Program; + WkDir = gid_Brand_Dir_Program; Parameter = ""; Styles = (NOWEB, NON_ADVERTISED); ALL_LANG(Tooltip, STR_FI_TOOLTIP_CALC); diff --git a/scp2/source/draw/folderitem_draw.scp b/scp2/source/draw/folderitem_draw.scp index 4a73948ced39..a07f710867cf 100644 --- a/scp2/source/draw/folderitem_draw.scp +++ b/scp2/source/draw/folderitem_draw.scp @@ -34,7 +34,7 @@ FolderItem gid_Folderitem_Sdraw FileID = gid_File_Exe_Sdraw; IconFile = gid_File_Exe_Sdraw; IconID = 0; - WkDir = gid_Dir_Program; + WkDir = gid_Brand_Dir_Program; Parameter = ""; Styles = (NOWEB, NON_ADVERTISED); ALL_LANG(Tooltip, STR_FI_TOOLTIP_DRAW); diff --git a/scp2/source/impress/folderitem_impress.scp b/scp2/source/impress/folderitem_impress.scp index db7b0c3794dd..98954f17a3ec 100644 --- a/scp2/source/impress/folderitem_impress.scp +++ b/scp2/source/impress/folderitem_impress.scp @@ -34,7 +34,7 @@ FolderItem gid_Folderitem_Simpress FileID = gid_File_Exe_Simpress; IconFile = gid_File_Exe_Simpress; IconID = 0; - WkDir = gid_Dir_Program; + WkDir = gid_Brand_Dir_Program; Parameter = ""; Styles = (NOWEB, NON_ADVERTISED); ALL_LANG(Tooltip, STR_FI_TOOLTIP_IMPRESS); diff --git a/scp2/source/math/folderitem_math.scp b/scp2/source/math/folderitem_math.scp index 2decfb20811c..609de29f3abd 100644 --- a/scp2/source/math/folderitem_math.scp +++ b/scp2/source/math/folderitem_math.scp @@ -34,7 +34,7 @@ FolderItem gid_Folderitem_Smath FileID = gid_File_Exe_Smath; IconFile = gid_File_Exe_Smath; IconID = 0; - WkDir = gid_Dir_Program; + WkDir = gid_Brand_Dir_Program; Parameter = ""; Styles = (NOWEB, NON_ADVERTISED); ALL_LANG(Tooltip, STR_FI_TOOLTIP_MATH); 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); diff --git a/scp2/source/writer/folderitem_writer.scp b/scp2/source/writer/folderitem_writer.scp index 7541e1d2d344..1fe448d61a10 100644 --- a/scp2/source/writer/folderitem_writer.scp +++ b/scp2/source/writer/folderitem_writer.scp @@ -34,7 +34,7 @@ FolderItem gid_Folderitem_Swriter FileID = gid_File_Exe_Swriter; IconFile = gid_File_Exe_Swriter; IconID = 0; - WkDir = gid_Dir_Program; + WkDir = gid_Brand_Dir_Program; Parameter = ""; Styles = (NOWEB, NON_ADVERTISED); ALL_LANG(Tooltip, STR_FI_TOOLTIP_WRITER); |