* editcmd.c (edit_delete_macro_cmd) [MIDNIGHT]: Don't use
CK_Macro on the argument to edit_delete_macro().
Этот коммит содержится в:
родитель
2b8b56ddb2
Коммит
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
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user