| Sign In/My Account | View Cart |
| Article: |
BYOB: Build Your Own Browser, Part 3 | |
| Subject: | re: Not so good... | |
| Date: | 2004-06-07 18:48:29 | |
| From: | johnts | |
|
Response to: re: Not so good...
|
||
|
Well I played around with it, and put a new text box in the preference window for the ignore content items. I also hooked up the Preferences menu item to show the window.
|
||
Showing messages 1 through 5 of 5.
NSString* iContent = [ignoreContent stringValue];
[defaults setObject:iContent forKey:@"ignoreContent"];
[md setIgnoreContent:iContent];
andrew