Commit 03982315 authored by claes's avatar claes

Proview doc URL changed to /data0/pwr/x4-1-0/rls_dbg/os_linux/hw_x86/exp/doc/sv_se/index.html

parent ba1d4991
/* /*
* Proview $Id: JopOpWindow.java,v 1.5 2005-09-01 14:57:50 claes Exp $ * Proview $Id: JopOpWindow.java,v 1.6 2006-03-28 06:14:38 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -200,7 +200,7 @@ public class JopOpWindow extends JPanel { ...@@ -200,7 +200,7 @@ public class JopOpWindow extends JPanel {
session.executeCommand("help index"); session.executeCommand("help index");
break; break;
case PROVIEW: case PROVIEW:
session.executeCommand("open url \"$pwr_doc/index.html\""); session.executeCommand("open url \"$pwr_doc/sv_se/index.html\"");
break; break;
case WEBGRAPH: case WEBGRAPH:
session.openGraphFrame( action, instance, scrollbar, false); session.openGraphFrame( action, instance, scrollbar, false);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment