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:
brade%netscape.com
2002-12-17 19:41:00 +00:00
parent 5a90ff2448
commit ea71542654
3 changed files with 24 additions and 2 deletions

View File

@@ -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 },