* cmd.c (view_file_cmd): Use input_expand_dialog().
Этот коммит содержится в:
родитель
a7c0bbac62
Коммит
73968fe432
@ -1,5 +1,7 @@
|
||||
2003-11-27 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* cmd.c (view_file_cmd): Use input_expand_dialog().
|
||||
|
||||
* wtools.c (quick_dialog_skip): Perform tilde expansion on input
|
||||
widgets that use cd completion.
|
||||
|
||||
|
@ -230,8 +230,8 @@ view_file_cmd (void)
|
||||
char *filename;
|
||||
|
||||
filename =
|
||||
input_dialog (_(" View file "), _(" Filename:"),
|
||||
selection (current_panel)->fname);
|
||||
input_expand_dialog (_(" View file "), _(" Filename:"),
|
||||
selection (current_panel)->fname);
|
||||
if (!filename)
|
||||
return;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user