diff --git a/ChangeLog b/ChangeLog index 77f9cd7a4..d9129eb7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-22 Mike Fleming + + * components/mozilla/nautilus-mozilla-content-view.c: + Removed C++ style comments from copied code + 2001-01-22 Michael Engber reviewed by: Ramiro Estrugo diff --git a/components/mozilla/nautilus-mozilla-content-view.c b/components/mozilla/nautilus-mozilla-content-view.c index 832cf110e..086715ecb 100644 --- a/components/mozilla/nautilus-mozilla-content-view.c +++ b/components/mozilla/nautilus-mozilla-content-view.c @@ -59,11 +59,11 @@ /* Code-copied from nsGUIEvent.h */ enum nsEventStatus { - /// The event is ignored, do default processing + /* The event is ignored, do default processing */ nsEventStatus_eIgnore, - /// The event is consumed, don't do default processing + /* The event is consumed, don't do default processing */ nsEventStatus_eConsumeNoDefault, - /// The event is consumed, but do default processing + /* The event is consumed, but do default processing */ nsEventStatus_eConsumeDoDefault };