update the creator window's comment field to remove some unnecessary settings

This commit is contained in:
Mitchell Livingston
2010-02-15 22:14:49 +00:00
parent 1ed383776f
commit 9ae523535d

View File

@@ -1765,6 +1765,7 @@ typedef enum
//sort by IP after primary sort
if (useSecond)
{
#warning when 10.6-only, replate with sortDescriptorWithKey:ascending:selector:
NSSortDescriptor * secondDescriptor = [[NSSortDescriptor alloc] initWithKey: @"IP" ascending: asc
selector: @selector(compareNumeric:)];
[descriptors addObject: secondDescriptor];