bump uuid's for bug 375011

git-svn-id: svn://10.0.0.236/trunk@236000 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joshmoz%gmail.com 2007-09-14 22:09:51 +00:00
parent a86177c0c9
commit 519c0905c4
2 changed files with 6 additions and 6 deletions

View File

@ -50,10 +50,10 @@ class nsIContent;
class nsIMenuCommandDispatcher;
// a0aa02c5-5549-4228-8514-1083c6e8aa5d
// 9188038F-D392-43BD-AEE7-730C3723643F
#define NS_IMENU_IID \
{ 0xa0aa02c5, 0x5549, 0x4228, \
{ 0x85, 0x14, 0x10, 0x83, 0xc6, 0xe8, 0xaa, 0x5d } }
{ 0x9188038F, 0xD392, 0x43BD, \
{ 0xAE, 0xE7, 0x73, 0x0C, 0x37, 0x23, 0x64, 0x3F } }
/**
* Menu widget

View File

@ -44,10 +44,10 @@
#include "nsIDOMElement.h"
// {F9A30AA5-D526-4C19-8418-C21BF6B31837}
// 7DF81BE2-51F4-4CAA-9FD7-3F974A7AEA51
#define NS_IMENUITEM_IID \
{ 0xF9A30AA5, 0xD526, 0x4C19, \
{ 0x84, 0x18, 0xC2, 0x1B, 0xF6, 0xB3, 0x18, 0x37 } }
{ 0x7DF81BE2, 0x51F4, 0x4CAA, \
{ 0x9F, 0xD7, 0x3F, 0x97, 0x4A, 0x7A, 0xEA, 0x51 } }
class nsIMenu;
class nsIWidget;