From 27cc5bdc58c1395b80f8efa2d2e56470712ecf65 Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Wed, 20 Nov 2002 01:23:40 +0000 Subject: [PATCH] bug 157111; handle new command (cmd_fontSize); r=cmanske, sr=sfraser git-svn-id: svn://10.0.0.236/trunk@134148 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/ui/composer/content/ComposerCommands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/editor/ui/composer/content/ComposerCommands.js b/mozilla/editor/ui/composer/content/ComposerCommands.js index 2ed0e5458c4..0b533f0df09 100644 --- a/mozilla/editor/ui/composer/content/ComposerCommands.js +++ b/mozilla/editor/ui/composer/content/ComposerCommands.js @@ -360,6 +360,7 @@ function goUpdateCommandState(cmdController, command) case "cmd_backgroundColor": case "cmd_fontColor": case "cmd_fontFace": + case "cmd_fontSize": case "cmd_updateStructToolbar": pokeMultiStateUI(command, params); break;