fix insert HR command for Midas (bug 183793; r=cmanske, sr=smfr)
git-svn-id: svn://10.0.0.236/trunk@135415 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -4184,7 +4184,7 @@ static struct MidasCommand gMidasCommandTable[] = {
|
||||
{ "increasefontsize", "cmd_increaseFont", "", PR_FALSE },
|
||||
{ "decreasefontsize", "cmd_decreaseFont", "", PR_FALSE },
|
||||
{ "fontsize", "cmd_fontSize", "", PR_FALSE },
|
||||
{ "inserthorizontalrule", "cmd_hline", "", PR_TRUE },
|
||||
{ "inserthorizontalrule", "cmd_insertHR", "", PR_TRUE },
|
||||
{ "createlink", "cmd_insertLinkNoUI", "", PR_FALSE },
|
||||
{ "insertimage", "cmd_insertImageNoUI", "", PR_FALSE },
|
||||
{ "justifyleft", "cmd_align", "left", PR_TRUE },
|
||||
|
||||
Reference in New Issue
Block a user