[Libreoffice-commits] core.git: starmath/source
Takeshi Abe
tabe at fixedpoint.jp
Sat Nov 5 02:00:07 UTC 2016
starmath/source/commands.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 239b662753bee4148cac51268cb203c7527036be
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Fri Nov 4 12:15:06 2016 +0900
tdf#102007 Surround widebslash's placeholders with braces
like wideslash's.
Change-Id: Icddd563ee64510c0df8bfa8d4a5274a00f60162a
Reviewed-on: https://gerrit.libreoffice.org/30555
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Takeshi Abe <tabe at fixedpoint.jp>
diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index 6fb8ba5..f28d067 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -1063,7 +1063,7 @@ String RID_XWIDESLASHY_HELP
{
Text [ en-US ] = "Division (wideslash)" ;
};
-String RID_XWIDEBSLASHY { Text = "<?> widebslash <?> " ; };
+String RID_XWIDEBSLASHY { Text = "{<?>} widebslash {<?>} " ; };
String RID_XWIDEBSLASHY_HELP
{
Text [ en-US ] = "Division (counter wideslash)" ;
More information about the Libreoffice-commits
mailing list