Add "Fortran (fixed form)" in compact Language menu

In addition to "Fortran (free form)"

Fixes #3566, closes #3567
This commit is contained in:
Cyrillev 2017-07-26 20:33:31 +02:00 committed by Don HO
parent 9600bbd2f2
commit 1381ae0555
1 changed files with 2 additions and 1 deletions

View File

@ -694,7 +694,8 @@ BEGIN
MENUITEM "Erlang", IDM_LANG_ERLANG
MENUITEM "ESCRIPT", IDM_LANG_ESCRIPT
MENUITEM "Forth", IDM_LANG_FORTH
MENUITEM "Fortran", IDM_LANG_FORTRAN
MENUITEM "Fortran (free form)", IDM_LANG_FORTRAN
MENUITEM "Fortran (fixed form)", IDM_LANG_FORTRAN_77
MENUITEM "Freebasic", IDM_LANG_FREEBASIC
MENUITEM "Gui4Cli", IDM_LANG_GUI4CLI
MENUITEM "Haskell", IDM_LANG_HASKELL