fix typo in cmd_selectAll (r=akkana, sr=smfr, a=Asa) bug 193763
git-svn-id: svn://10.0.0.236/trunk@137975 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -4165,7 +4165,7 @@ static const struct MidasCommand gMidasCommandTable[] = {
|
||||
{ "cut", "cmd_cut", "", PR_TRUE, PR_FALSE },
|
||||
{ "copy", "cmd_copy", "", PR_TRUE, PR_FALSE },
|
||||
{ "delete", "cmd_delete", "", PR_TRUE, PR_FALSE },
|
||||
{ "selectall", "cmd_selectall", "", PR_TRUE, PR_FALSE },
|
||||
{ "selectall", "cmd_selectAll", "", PR_TRUE, PR_FALSE },
|
||||
{ "undo", "cmd_undo", "", PR_TRUE, PR_FALSE },
|
||||
{ "redo", "cmd_redo", "", PR_TRUE, PR_FALSE },
|
||||
{ "indent", "cmd_indent", "", PR_TRUE, PR_FALSE },
|
||||
@@ -4177,7 +4177,6 @@ static const struct MidasCommand gMidasCommandTable[] = {
|
||||
{ "fontsize", "cmd_fontSize", "", PR_FALSE, PR_FALSE },
|
||||
{ "increasefontsize", "cmd_increaseFont", "", PR_FALSE, PR_FALSE },
|
||||
{ "decreasefontsize", "cmd_decreaseFont", "", PR_FALSE, PR_FALSE },
|
||||
{ "fontsize", "cmd_fontSize", "", PR_FALSE, PR_FALSE },
|
||||
{ "inserthorizontalrule", "cmd_insertHR", "", PR_TRUE, PR_FALSE },
|
||||
{ "createlink", "cmd_insertLinkNoUI", "", PR_FALSE, PR_FALSE },
|
||||
{ "insertimage", "cmd_insertImageNoUI", "", PR_FALSE, PR_FALSE },
|
||||
|
||||
Reference in New Issue
Block a user