Various minor updates over the last few months that were never committed.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1338 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
macpgmr
2010-10-07 14:20:50 +00:00
parent e22a6b1b20
commit 2c2ae468d6
4 changed files with 16 additions and 4 deletions

View File

@ -123,7 +123,9 @@ begin
Result := shrSuccess;
{$ELSE}
{$IFDEF DARWIN}
if Shell('Open -a "Help Viewer" "' + Application.HelpFile + '"') = 127 then
if Shell('Open -a "HelpViewer" "' + Application.HelpFile + '"') = 127 then
// Note: Renamed from Help Viewer.app to HelpViewer.app with 10.5.
//
// Note: With OS X earlier than 10.4 (Tiger), if connected to network
// but not connected to Internet, takes Help Viewer 1-2 minutes to
// recover and turn off rotating ball! Can comment out previous Shell