mirror of https://github.com/MidnightCommander/mc
renamed cedit.menu to mcedit.menu
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
4dcb7c9337
commit
71e70a017f
|
@ -71,7 +71,7 @@
|
|||
#define EDIT_BLOCK_FILE EDIT_DIR PATH_SEP_STR "mcedit.block"
|
||||
#define EDIT_TEMP_FILE EDIT_DIR PATH_SEP_STR "mcedit.temp"
|
||||
|
||||
#define EDIT_GLOBAL_MENU "cedit.menu"
|
||||
#define EDIT_GLOBAL_MENU "mcedit.menu"
|
||||
#define EDIT_LOCAL_MENU ".cedit.menu"
|
||||
#define EDIT_HOME_MENU EDIT_DIR PATH_SEP_STR "menu"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ pkgdata_DATA += mc.charsets
|
|||
endif
|
||||
|
||||
LIBFILES_CONST = \
|
||||
cedit.menu \
|
||||
mcedit.menu \
|
||||
edit.indent.rc \
|
||||
edit.spell.rc \
|
||||
filehighlight.ini \
|
||||
|
|
Loading…
Reference in New Issue