Skip to content
Snippets Groups Projects
Commit 5bc1107f authored by deuce's avatar deuce
Browse files

Rename "Batch Download" to "Batch Transfer Menu" and make List Files the

first option in the File menu.
parent e9478c4c
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ mainbar.add("|File","F");
filemenu.rpadding="\xb3";
filemenu.hotkeys=KEY_LEFT+KEY_RIGHT+"\b\x7f\x1b";
filemenu.add("\xda\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xbf",undefined,undefined,"","");
filemenu.add("|Batch Download","B",19);
filemenu.add("|List files","L",19);
filemenu.add("|Download","D",19);
filemenu.add("File |Info -->","I",19);
var fileinfo=new Lightbar;
......@@ -58,8 +58,8 @@ mainbar.add("|File","F");
filemenu.add("|Search Descriptions","S",19);
filemenu.add("Search |Filenames","F",19);
filemenu.add("|Change Directory","C",19);
filemenu.add("|List files","L",19);
filemenu.add("|New File Scan","N",19);
filemenu.add("|Batch Transfer Menu","B",19);
filemenu.add("|Remove/Edit File","R",19);
filemenu.add("|Upload File","U",19);
filemenu.add("|View File","V",19);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment