Skip to content
Snippets Groups Projects
Commit 252b1dc3 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

The kludge of reverting the Pause prompt string is no longer needed

... when using user_settings.js (i.e. to switch command shells), the user's
text.<lang>.ini is re-loaded, thus reverting any changes (e.g. made when
loading another shell, like simple.bin).

Also, this was causing the translated Pause strings (from text.<lang>.ini)
to be lost.
parent 76b5c7f4
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -10,7 +10,6 @@ require("userdefs.js", "UFLAG_T");
require("nodedefs.js", "NODE_MAIN");
require("key_defs.js", "KEY_UP");
require("gettext.js", "gettext");
bbs.revert_text(bbs.text.Pause);
load("termsetup.js");
var shell = load({}, "shell_lib.js");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment