Browse Source

Added the 'c' hotkey for 'Compile and link current .c file' item of user menu.

Menu item w/o hotey is not shown in menu.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Andrew Borodin 13 years ago
parent
commit
16664f9bd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/mc.menu

+ 1 - 1
misc/mc.menu

@@ -83,7 +83,7 @@ shell_patterns=0
 
 = f \.c$ & t r
 + f \.c$ & t r & ! t t
-        Compile and link current .c file
+с       Compile and link current .c file
         make `basename %f .c` 2>/dev/null || cc -O -o `basename %f .c` %f
 
 + t r & ! t t