Skip to content

Commit 9750eeb

Browse files
committed
Remove JDK7/8 workarounds, cleanup cruft. Still not working :(
1 parent 2f418fe commit 9750eeb

File tree

4 files changed

+26
-335
lines changed

4 files changed

+26
-335
lines changed

src/com/apple/OSXAdapter.java

Lines changed: 0 additions & 204 deletions
This file was deleted.

src/com/apple/OSXAdapterWrapper.java

Lines changed: 0 additions & 77 deletions
This file was deleted.

src/qz/common/TrayManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ private void addMenuItems() {
349349
componentList.add(aboutDialog);
350350

351351
if (SystemUtilities.isMac()) {
352-
MacUtilities.registerUriHandler();
352+
MacUtilities.registerUrlHandler();
353353
MacUtilities.registerAboutDialog(aboutDialog);
354354
MacUtilities.registerQuitHandler(this);
355355
}

0 commit comments

Comments
 (0)