mirror of https://github.com/MidnightCommander/mc
* edit.h (edit_get_load_file): Mark message for translation.
(edit_get_save_file): Ditto.
This commit is contained in:
parent
3e982cf3fc
commit
f7de38f345
|
@ -1,3 +1,8 @@
|
|||
2002-07-29 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* edit.h (edit_get_load_file): Mark message for translation.
|
||||
(edit_get_save_file): Ditto.
|
||||
|
||||
2002-07-20 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* syntax.c (apply_rules_going_right): Recheck keyword rules when
|
||||
|
|
|
@ -348,8 +348,8 @@ int edit_execute_cmd (WEdit * edit, int command, int char_for_insertion);
|
|||
#define mkdir(s,m) mc_mkdir(s,m)
|
||||
#define itoa MY_itoa
|
||||
|
||||
#define edit_get_load_file(d,f,h) input_dialog (h, " Enter file name: ", f)
|
||||
#define edit_get_save_file(d,f,h) input_dialog (h, " Enter file name: ", f)
|
||||
#define edit_get_load_file(d,f,h) input_dialog (h, _(" Enter file name: "), f)
|
||||
#define edit_get_save_file(d,f,h) input_dialog (h, _(" Enter file name: "), f)
|
||||
#define CMalloc(x) malloc(x)
|
||||
|
||||
#define edit_error_dialog(h,s) query_dialog (h, s, 0, 1, _("&Dismiss"))
|
||||
|
|
Loading…
Reference in New Issue