Adding a help window that uses WebKit to display a Help.html file
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 26 Aug 2008 18:56:11 +0000 (14:56 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 26 Aug 2008 18:56:11 +0000 (14:56 -0400)
commit2dc10dd31ce30b4a377cfd5a72d8c53fffb31242
tree0e5bdd8e3247fd0f33abcd6adcb09b3e1742821b
parentfbec5eee1057fded2a03d70cef33b185debd2373
Adding a help window that uses WebKit to display a Help.html file

* English.lproj/Help.html: New file
* English.lproj/MainMenu.xib: Setting up the help window
* PrintDrop.xcodeproj: Project updates for the help file and linking WebKit
* Source/AppController.h: Outlets for the help window
* Source/AppController.m:
(awakeFromNib): Center the help window and load the help file
English.lproj/Help.html [new file with mode: 0644]
English.lproj/MainMenu.xib
PrintDrop.xcodeproj/project.pbxproj
Source/AppController.h
Source/AppController.m