scp2/source/base/folderitem_base.scp | 2 +- scp2/source/calc/folderitem_calc.scp | 2 +- scp2/source/draw/folderitem_draw.scp | 2 +- scp2/source/impress/folderitem_impress.scp | 2 +- scp2/source/math/folderitem_math.scp | 2 +- scp2/source/ooo/folderitem_ooo.scp | 4 ++-- scp2/source/writer/folderitem_writer.scp | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-)
New commits: commit d49366dffaebbe98165a2dbd816107b97bbb0cb8 Author: Fridrich Å trba <fridrich.st...@bluewin.ch> Date: Thu Jul 25 14:14:20 2013 +0200 Add some consistency to the world as we know it Change-Id: Ib1720a1797facf783eee9524afef7fadcd986c6f (cherry picked from commit 42b8705e7cca785efc7ffa234ddb49cca8168a0a) A Torsdag without typo would not be a Torsdag Change-Id: I305d8fb874f42c18de03255bc64160639defcb50 (cherry picked from commit 129a0d8c6f5da9cd536971507d0a7df056acccc6) Reviewed-on: https://gerrit.libreoffice.org/5097 Reviewed-by: Tor Lillqvist <t...@iki.fi> Tested-by: Tor Lillqvist <t...@iki.fi> diff --git a/scp2/source/base/folderitem_base.scp b/scp2/source/base/folderitem_base.scp index 1cc5b3f..7c5420b 100644 --- a/scp2/source/base/folderitem_base.scp +++ b/scp2/source/base/folderitem_base.scp @@ -31,7 +31,7 @@ FolderItem gid_Folderitem_Sbase ALL_LANG(Tooltip, STR_FI_TOOLTIP_BASE); End -FolderItemProperty git_Folderitem_Sbase_AppIDProperty +FolderItemProperty git_Folderitemproperty_Sbase_AppID ShortcutID = gid_Folderitem_Sbase; Key = "System.AppUserModel.ID"; Value = "TheDocumentFoundation.LibreOffice.Base"; diff --git a/scp2/source/calc/folderitem_calc.scp b/scp2/source/calc/folderitem_calc.scp index fcf4518..a5de033 100644 --- a/scp2/source/calc/folderitem_calc.scp +++ b/scp2/source/calc/folderitem_calc.scp @@ -31,7 +31,7 @@ FolderItem gid_Folderitem_Scalc ALL_LANG(Tooltip, STR_FI_TOOLTIP_CALC); End -FolderItemProperty git_Folderitem_Scalc_AppIDProperty +FolderItemProperty git_Folderitemproperty_Scalc_AppID ShortcutID = gid_Folderitem_Scalc; Key = "System.AppUserModel.ID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; diff --git a/scp2/source/draw/folderitem_draw.scp b/scp2/source/draw/folderitem_draw.scp index be67511..16b19b0 100644 --- a/scp2/source/draw/folderitem_draw.scp +++ b/scp2/source/draw/folderitem_draw.scp @@ -31,7 +31,7 @@ FolderItem gid_Folderitem_Sdraw ALL_LANG(Tooltip, STR_FI_TOOLTIP_DRAW); End -FolderItemProperty git_Folderitem_Sdraw_AppIDProperty +FolderItemProperty git_Folderitemproperty_Sdraw_AppID ShortcutID = gid_Folderitem_Sdraw; Key = "System.AppUserModel.ID"; Value = "TheDocumentFoundation.LibreOffice.Draw"; diff --git a/scp2/source/impress/folderitem_impress.scp b/scp2/source/impress/folderitem_impress.scp index 1f787e4..5419044 100644 --- a/scp2/source/impress/folderitem_impress.scp +++ b/scp2/source/impress/folderitem_impress.scp @@ -31,7 +31,7 @@ FolderItem gid_Folderitem_Simpress ALL_LANG(Tooltip, STR_FI_TOOLTIP_IMPRESS); End -FolderItemProperty git_Folderitem_Simpress_AppIDProperty +FolderItemProperty git_Folderitemproperty_Simpress_AppID ShortcutID = gid_Folderitem_Simpress; Key = "System.AppUserModel.ID"; Value = "TheDocumentFoundation.LibreOffice.Impress"; diff --git a/scp2/source/math/folderitem_math.scp b/scp2/source/math/folderitem_math.scp index 565beee..5ba71cc 100644 --- a/scp2/source/math/folderitem_math.scp +++ b/scp2/source/math/folderitem_math.scp @@ -31,7 +31,7 @@ FolderItem gid_Folderitem_Smath ALL_LANG(Tooltip, STR_FI_TOOLTIP_MATH); End -FolderItemProperty git_Folderitem_Smath_AppIDProperty +FolderItemProperty git_Folderitemproperty_Smath_AppID ShortcutID = gid_Folderitem_Smath; Key = "System.AppUserModel.ID"; Value = "TheDocumentFoundation.LibreOffice.Math"; diff --git a/scp2/source/ooo/folderitem_ooo.scp b/scp2/source/ooo/folderitem_ooo.scp index c9b24c1..1a1b52a 100644 --- a/scp2/source/ooo/folderitem_ooo.scp +++ b/scp2/source/ooo/folderitem_ooo.scp @@ -35,7 +35,7 @@ FolderItem gid_Folderitem_LibreOffice Parameter = ""; End -FolderItemProperty git_Folderitem_LibreOffice_AppIDProperty +FolderItemProperty git_Folderitemproperty_LibreOffice_AppID ShortcutID = gid_Folderitem_LibreOffice; Key = "System.AppUserModel.ID"; Value = "TheDocumentFoundation.LibreOffice.Startcenter"; @@ -59,7 +59,7 @@ FolderItem gid_Folderitem_Soffice_Desktop ComponentCondition = "CREATEDESKTOPLINK=1"; End -FolderItemProperty git_Folderitem_Soffice_Desktop_AppIDProperty +FolderItemProperty git_Folderitemproperty_Soffice_Desktop_AppID ShortcutID = gid_Folderitem_Soffice_Desktop; Key = "System.AppUserModel.ID"; Value = "TheDocumentFoundation.LibreOffice.Startcenter"; diff --git a/scp2/source/writer/folderitem_writer.scp b/scp2/source/writer/folderitem_writer.scp index 47ce8ec..b4aaee2 100644 --- a/scp2/source/writer/folderitem_writer.scp +++ b/scp2/source/writer/folderitem_writer.scp @@ -31,7 +31,7 @@ FolderItem gid_Folderitem_Swriter ALL_LANG(Tooltip, STR_FI_TOOLTIP_WRITER); End -FolderItemProperty git_Folderitem_Swriter_AppIDProperty +FolderItemProperty git_Folderitemproperty_Swriter_AppID ShortcutID = gid_Folderitem_Swriter; Key = "System.AppUserModel.ID"; Value = "TheDocumentFoundation.LibreOffice.Writer";
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits