mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
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_BLOCK_FILE EDIT_DIR PATH_SEP_STR "mcedit.block"
|
||||||
#define EDIT_TEMP_FILE EDIT_DIR PATH_SEP_STR "mcedit.temp"
|
#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_LOCAL_MENU ".cedit.menu"
|
||||||
#define EDIT_HOME_MENU EDIT_DIR PATH_SEP_STR "menu"
|
#define EDIT_HOME_MENU EDIT_DIR PATH_SEP_STR "menu"
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ pkgdata_DATA += mc.charsets
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
LIBFILES_CONST = \
|
LIBFILES_CONST = \
|
||||||
cedit.menu \
|
mcedit.menu \
|
||||||
edit.indent.rc \
|
edit.indent.rc \
|
||||||
edit.spell.rc \
|
edit.spell.rc \
|
||||||
filehighlight.ini \
|
filehighlight.ini \
|
||||||
|
Loading…
Reference in New Issue
Block a user