mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* editcmd.c (edit_delete_macro_cmd) [MIDNIGHT]: Don't use
CK_Macro on the argument to edit_delete_macro().
This commit is contained in:
parent
2b8b56ddb2
commit
a5dde470ec
@ -1,5 +1,8 @@
|
||||
2001-02-26 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* editcmd.c (edit_delete_macro_cmd) [MIDNIGHT]: Don't use
|
||||
CK_Macro on the argument to edit_delete_macro().
|
||||
|
||||
* edit.c (edit_init_file): Remove, it's useless. All the
|
||||
necessary files should be created when needed.
|
||||
* edit.h: Remove declaration of edit_init_file().
|
||||
|
@ -759,7 +759,8 @@ void edit_delete_macro_cmd (WEdit * edit)
|
||||
int command;
|
||||
|
||||
#ifdef MIDNIGHT
|
||||
command = CK_Macro (edit_raw_key_query (_ (" Delete Macro "), _ (" Press macro hotkey: "), 1));
|
||||
command = edit_raw_key_query (_ (" Delete Macro "),
|
||||
_ (" Press macro hotkey: "), 1);
|
||||
#else
|
||||
/* This heads the 'Delete Macro' dialog box */
|
||||
#ifdef GTK
|
||||
|
Loading…
Reference in New Issue
Block a user