Develop and Download Open Source Software

Browse CVS Repository

Diff of /undmail/guiproto/MainToolbarSource.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by footashida, Sun Nov 17 03:58:21 2002 UTC revision 1.2 by footashida, Sun Feb 16 09:05:53 2003 UTC
# Line 39  Line 39 
39                                              label:@"Label_Delete"                                              label:@"Label_Delete"
40                                          imageName:@"delete_32.tiff"                                          imageName:@"delete_32.tiff"
41                                          isDefault:YES];                                          isDefault:YES];
42            item = [self addToolbarItemWithIdentifier:@"address"
43                                                label:@"Label_Address"
44                                            imageName:@"addresses_32.tiff"
45                                            isDefault:YES];
46            [item setTarget:controller];
47            [item setAction:@selector(showAddressBook:)];
48            
49      }      }
50      return self;      return self;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26