aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__view.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lang/erlang14/files/patch-lib_debugger_src_dbg__ui__view.erl')
-rw-r--r--lang/erlang14/files/patch-lib_debugger_src_dbg__ui__view.erl14
1 files changed, 0 insertions, 14 deletions
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
deleted file mode 100644
index 825ccb15044f..000000000000
--- a/lang/erlang14/files/patch-lib_debugger_src_dbg__ui__view.erl
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$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.
-