replace a string with the constant NSTableViewColumnDidResizeNotification

This commit is contained in:
Mitchell Livingston 2012-07-24 00:20:04 +00:00
parent f119dfb89e
commit c2c8186003
1 changed files with 1 additions and 1 deletions

View File

@ -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];