From 27a7bc32b4aaa54d284237455f65367598c6a9ee Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Thu, 16 Jun 2005 01:53:37 +0000 Subject: [PATCH] Bug 224678 nsComposerRegistration.cpp has suspicious code new cid r=brade sr=smfr a=asa git-svn-id: svn://10.0.0.236/trunk@174660 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/libeditor/build/nsEditorRegistration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/editor/libeditor/build/nsEditorRegistration.cpp b/mozilla/editor/libeditor/build/nsEditorRegistration.cpp index e77ddd02e17..da4d5949238 100644 --- a/mozilla/editor/libeditor/build/nsEditorRegistration.cpp +++ b/mozilla/editor/libeditor/build/nsEditorRegistration.cpp @@ -57,7 +57,7 @@ #endif #define NS_EDITORCOMMANDTABLE_CID \ -{ 0x8b975b0a, 0x6ae5, 0x11d7, { 0xa44c, 0x00, 0x03, 0x93, 0x63, 0x65, 0x92 } } +{ 0x4f5e62b8, 0xd659, 0x4156, { 0x84, 0xfc, 0x2f, 0x60, 0x99, 0x40, 0x03, 0x69 }} static NS_DEFINE_CID(kEditorCommandTableCID, NS_EDITORCOMMANDTABLE_CID);