File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/scijava/desktop/platform/macos Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868import org .scijava .platform .event .AppVisibleEvent ;
6969
7070/**
71- * Rebroadcasts macOS application events as ImageJ events.
71+ * Rebroadcasts macOS application events as SciJava events.
7272 *
7373 * @author Curtis Rueden
7474 */
Original file line number Diff line number Diff line change 5353/**
5454 * A platform implementation for handling Apple macOS platform issues:
5555 * <ul>
56- * <li>Application events are rebroadcast as ImageJ events.</li>
56+ * <li>Application events are rebroadcast as SciJava events.</li>
5757 * <li>macOS screen menu bar is enabled.</li>
5858 * <li>Special screen menu bar menu items are handled.</li>
5959 * </ul>
@@ -92,7 +92,7 @@ public void configure(final PlatformService service) {
9292 // remove app commands from menu structure
9393 if (SCREEN_MENU ) removeAppCommandsFromMenu ();
9494
95- // translate macOS application events into ImageJ events
95+ // translate macOS application events into SciJava events
9696 final EventService eventService = getPlatformService ().eventService ();
9797 try {
9898 appEventDispatcher = new MacOSAppEventDispatcher (eventService );
You can’t perform that action at this time.
0 commit comments