From 2a0df9f4e845d4cdb5474b02135dfd65d3e3dbbb Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sat, 6 Sep 2003 13:10:46 +0000 Subject: [PATCH] Fix help file pathname for debugger application. --- .../files/patch-lib_debugger_src_dbg__ui__mon.erl | 14 ++++++++++++++ .../patch-lib_debugger_src_dbg__ui__trace.erl | 14 ++++++++++++++ .../files/patch-lib_debugger_src_dbg__ui__view.erl | 14 ++++++++++++++ .../files/patch-lib_debugger_src_dbg__ui__mon.erl | 14 ++++++++++++++ .../patch-lib_debugger_src_dbg__ui__trace.erl | 14 ++++++++++++++ .../files/patch-lib_debugger_src_dbg__ui__view.erl | 14 ++++++++++++++ 6 files changed, 84 insertions(+) create mode 100644 lang/erlang/files/patch-lib_debugger_src_dbg__ui__mon.erl create mode 100644 lang/erlang/files/patch-lib_debugger_src_dbg__ui__trace.erl create mode 100644 lang/erlang/files/patch-lib_debugger_src_dbg__ui__view.erl create mode 100644 lang/erlang14/files/patch-lib_debugger_src_dbg__ui__mon.erl create mode 100644 lang/erlang14/files/patch-lib_debugger_src_dbg__ui__trace.erl create mode 100644 lang/erlang14/files/patch-lib_debugger_src_dbg__ui__view.erl diff --git a/lang/erlang/files/patch-lib_debugger_src_dbg__ui__mon.erl b/lang/erlang/files/patch-lib_debugger_src_dbg__ui__mon.erl new file mode 100644 index 000000000000..68b5cad41d74 --- /dev/null +++ b/lang/erlang/files/patch-lib_debugger_src_dbg__ui__mon.erl @@ -0,0 +1,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; + diff --git a/lang/erlang/files/patch-lib_debugger_src_dbg__ui__trace.erl b/lang/erlang/files/patch-lib_debugger_src_dbg__ui__trace.erl new file mode 100644 index 000000000000..b8a009679ad5 --- /dev/null +++ b/lang/erlang/files/patch-lib_debugger_src_dbg__ui__trace.erl @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- lib/debugger/src/dbg_ui_trace.erl.orig Thu Sep 4 22:26:12 2003 ++++ lib/debugger/src/dbg_ui_trace.erl Thu Sep 4 22:26:56 2003 +@@ -352,7 +352,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; + diff --git a/lang/erlang/files/patch-lib_debugger_src_dbg__ui__view.erl b/lang/erlang/files/patch-lib_debugger_src_dbg__ui__view.erl new file mode 100644 index 000000000000..825ccb15044f --- /dev/null +++ b/lang/erlang/files/patch-lib_debugger_src_dbg__ui__view.erl @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- lib/debugger/src/dbg_ui_view.erl.orig Thu Sep 4 22:26:16 2003 ++++ lib/debugger/src/dbg_ui_view.erl Thu Sep 4 22:29:05 2003 +@@ -165,7 +165,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. + 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 new file mode 100644 index 000000000000..68b5cad41d74 --- /dev/null +++ b/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__mon.erl @@ -0,0 +1,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; + diff --git a/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__trace.erl b/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__trace.erl new file mode 100644 index 000000000000..b8a009679ad5 --- /dev/null +++ b/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__trace.erl @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- lib/debugger/src/dbg_ui_trace.erl.orig Thu Sep 4 22:26:12 2003 ++++ lib/debugger/src/dbg_ui_trace.erl Thu Sep 4 22:26:56 2003 +@@ -352,7 +352,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; + diff --git a/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__view.erl b/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__view.erl new file mode 100644 index 000000000000..825ccb15044f --- /dev/null +++ b/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__view.erl @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- lib/debugger/src/dbg_ui_view.erl.orig Thu Sep 4 22:26:16 2003 ++++ lib/debugger/src/dbg_ui_view.erl Thu Sep 4 22:29:05 2003 +@@ -165,7 +165,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. +