diff options
author | Marius Kintel <marius@kintel.net> | 2013-06-20 04:11:16 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-06-20 04:11:16 (GMT) |
commit | 1c719371cc83911cbd1758a695ed59fa7901fef4 (patch) | |
tree | cb903ecbad54e720d2ea91202b6be392d3cd0278 /src/AppleEvents.cc | |
parent | bac587363ab9ecbbec61616c35c0a9f3000ec5a3 (diff) | |
parent | c75d19555256c5daceb9aea2c3e45010a7a75e88 (diff) |
Merge remote-tracking branch 'origin/epec-kernel'
Diffstat (limited to 'src/AppleEvents.cc')
-rw-r--r-- | src/AppleEvents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AppleEvents.cc b/src/AppleEvents.cc index 1fb4f99..3102792 100644 --- a/src/AppleEvents.cc +++ b/src/AppleEvents.cc @@ -15,7 +15,7 @@ OSErr eventHandler(const AppleEvent *, AppleEvent *, SRefCon ) if (mainwin) break; } if (mainwin) { - mainwin->actionReloadCompile(); + mainwin->actionReloadRenderCSG(); } return noErr; } |