diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
tree | fb8d61358190cc429db453d54fb9920ccfde716f /lang/erlang14/files/patch-lib_debugger_src_dbg__ui__mon.erl | |
parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) |
Diffstat (limited to 'lang/erlang14/files/patch-lib_debugger_src_dbg__ui__mon.erl')
-rw-r--r-- | lang/erlang14/files/patch-lib_debugger_src_dbg__ui__mon.erl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__mon.erl b/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__mon.erl deleted file mode 100644 index 68b5cad41d74..000000000000 --- a/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__mon.erl +++ /dev/null @@ -1,14 +0,0 @@ - -$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; - |