SourceForge: timemon/timemon: changeset 190:bdc48bbc9461
remove whitespace at the end of lines
authorFrank <wixardy@ceresalto.ca>
Mon Sep 28 21:54:21 2009 -0400 (8 weeks ago)
changeset 190bdc48bbc9461
parent 1895db54346d8d8
child 191571e9e799a08
remove whitespace at the end of lines
TimeMon.m
     1.1 --- a/TimeMon.m	Mon Sep 28 21:52:15 2009 -0400
     1.2 +++ b/TimeMon.m	Mon Sep 28 21:54:21 2009 -0400
     1.3 @@ -271,14 +271,14 @@
     1.4  
     1.5  	//clocked in
     1.6  	if ([[oldItem valueForKey:@"projectName"] isEqual:projectName] && (currentStatus != offTheClock))
     1.7 -		[[NSAlert alertWithMessageText:[NSString stringWithFormat:NSLocalizedString(@"DeleteProjectErrorTitle", nil), [oldItem valueForKey:@"projectName"]] 
     1.8 +		[[NSAlert alertWithMessageText:[NSString stringWithFormat:NSLocalizedString(@"DeleteProjectErrorTitle", nil), [oldItem valueForKey:@"projectName"]]
     1.9  						 defaultButton:NSLocalizedString(@"ClockOutAndRemove", nil)
    1.10  					   alternateButton:NSLocalizedString(@"Cancel", nil)
    1.11  						   otherButton:nil
    1.12  			 informativeTextWithFormat:NSLocalizedString(@"DeleteProjectErrorInformation", nil)]
    1.13  		 
    1.14  		beginSheetModalForWindow:mainWindow
    1.15 -				   modalDelegate:self 
    1.16 +				   modalDelegate:self
    1.17  				  didEndSelector:@selector(projectAlertDidEnd:returnCode:contextInfo:)
    1.18  					 contextInfo:@"deleteProjectAndClockOut"];
    1.19  	else{
    1.20 @@ -345,7 +345,7 @@
    1.21  		if ([projectArray.arrangedObjects count] == 0)
    1.22  			projectName = [NSString stringWithFormat:NSLocalizedString(@"N/A", @"Not Applicable, miscellaneous")];
    1.23  		else{
    1.24 -			projectName = [[projectArray.selectedObjects objectAtIndex:0] valueForKey:@"projectName"];		
    1.25 +			projectName = [[projectArray.selectedObjects objectAtIndex:0] valueForKey:@"projectName"];
    1.26  			Cproject = [projectArray.selectedObjects objectAtIndex:0];
    1.27  		}
    1.28