aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__mon.erl
blob: 68b5cad41d74701817520cba11b6660d6d09ae52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- lib/debugger/src/dbg_ui_mon.erl.orig	Thu Sep  4 22:26:08 2003
+++ lib/debugger/src/dbg_ui_mon.erl	Thu Sep  4 22:26:51 2003
@@ -379,7 +379,7 @@
 
 %% Help Menu
 gui_cmd('Debugger', State) ->
-    HelpFile = filename:join([code:lib_dir(debugger),"doc","index.html"]),
+    HelpFile = filename:join([code:lib_dir(debugger),"doc","html","index.html"]),
     tool_utils:open_help(State#state.gs, HelpFile),
     State;