ui.backend.cocoa.tools: install-app-delegate is a confusing word name to

reuse.
modern-harvey2
Doug Coleman 2017-08-06 17:48:03 -05:00
parent 2920d2ee71
commit c469bfaf0c
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ IN: ui.backend.cocoa.tools
METHOD: id refreshAll: id app [ [ refresh-all ] \ refresh-all call-listener f ] ;
;CLASS>
: install-app-delegate ( -- )
: install-workspace-delegate ( -- )
NSApp FactorWorkspaceApplicationDelegate install-delegate ;
! Service support; evaluate Factor code from other apps
@ -77,7 +77,7 @@ IN: ui.backend.cocoa.tools
FUNCTION: void NSUpdateDynamicServices ( )
[
install-app-delegate
install-workspace-delegate
"Factor.nib" load-nib
register-services
] cocoa-startup-hook set-global