From c2c8186003762cc4d46369a7de7f7a0c5250ae4c Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 24 Jul 2012 00:20:04 +0000 Subject: [PATCH] replace a string with the constant NSTableViewColumnDidResizeNotification --- macosx/MessageWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/MessageWindowController.m b/macosx/MessageWindowController.m index 58d9ba1db..65ae34852 100644 --- a/macosx/MessageWindowController.m +++ b/macosx/MessageWindowController.m @@ -62,7 +62,7 @@ [window setRestorationClass: [self class]]; [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(resizeColumn) - name: @"NSTableViewColumnDidResizeNotification" object: fMessageTable]; + name: NSTableViewColumnDidResizeNotification object: fMessageTable]; [window setContentBorderThickness: NSMinY([[fMessageTable enclosingScrollView] frame]) forEdge: NSMinYEdge];