Skip to content

Commit

Permalink
Correct path to Opera Next on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Tolf Tolfsen committed Nov 22, 2011
1 parent 0d5f17e commit 1dc930b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/opera/core/systems/OperaPaths.java
Expand Up @@ -75,7 +75,7 @@ public static String operaPath() {

case MAC:
paths.add("/Applications/Opera.app/Contents/MacOS/Opera");
paths.add("/Applications/OperaNext.app/Contents/MacOS/OperaNext");
paths.add("/Applications/Opera Next.app/Contents/MacOS/Opera");
break;

case WINDOWS:
Expand Down

0 comments on commit 1dc930b

Please sign in to comment.