From d78eb4a4e51fe240f14101ff78f0c4af7ef7440b Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Mon, 4 Jan 2010 19:11:10 -0500 Subject: [PATCH] Fix an undefined notification variable --- AppKit/CPWindow/CPWindow.j | 1 + 1 file changed, 1 insertion(+) diff --git a/AppKit/CPWindow/CPWindow.j b/AppKit/CPWindow/CPWindow.j index 67b163387..07d9f38f4 100644 --- a/AppKit/CPWindow/CPWindow.j +++ b/AppKit/CPWindow/CPWindow.j @@ -175,6 +175,7 @@ CPWindowBelow = 2; CPWindowWillCloseNotification = @"CPWindowWillCloseNotification"; CPWindowDidBecomeMainNotification = @"CPWindowDidBecomeMainNotification"; CPWindowDidResignMainNotification = @"CPWindowDidResignMainNotification"; +CPWindowDidResizeNotification = @"CPWindowDidResizeNotification"; CPWindowDidMoveNotification = @"CPWindowDidMoveNotification"; CPWindowWillBeginSheetNotification = @"CPWindowWillBeginSheetNotification"; CPWindowDidEndSheetNotification = @"CPWindowDidEndSheetNotification";