Skip to content

Commit

Permalink
Call RIDE "RIDE", not "Dyalog"
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz committed Feb 23, 2024
1 parent f3b4b0d commit 7ce05f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cmds.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
D.cmds = [
/* eslint-disable */
//code description default keys
['ABT','About Dyalog', ['Shift+F1']],
['ABT','About RIDE', ['Shift+F1']],
['AC', 'Align comments', []],
['AO', 'Comment out lines', []],
['ASW', 'Auto Status', []],
Expand Down
4 changes: 2 additions & 2 deletions src/cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,8 @@
global.go = go;
const setUpMenu = () => {
D.InitHelp();
const m = 'Dyalog'
+ '\n About Dyalog=ABT'
const m = 'RIDE'
+ '\n About RIDE=ABT'
+ '\n -'
+ '\n Preferences=PRF'
+ '\n -'
Expand Down

0 comments on commit 7ce05f6

Please sign in to comment.