1999-02-06 Miguel de Icaza <miguel@nuclecu.unam.mx>
* cmd.c (view_other_cmd): Do not use \r in translatable strings.
Этот коммит содержится в:
родитель
85e46b6b30
Коммит
2127b21146
@ -1,3 +1,7 @@
|
|||||||
|
1999-02-06 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||||
|
|
||||||
|
* cmd.c (view_other_cmd): Do not use \r in translatable strings.
|
||||||
|
|
||||||
1999-02-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
1999-02-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||||
|
|
||||||
* widget.c (push_history): Only do check the history headings if
|
* widget.c (push_history): Only do check the history headings if
|
||||||
|
@ -964,7 +964,9 @@ view_other_cmd (void)
|
|||||||
{
|
{
|
||||||
if (output_starts_shell){
|
if (output_starts_shell){
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
_("Type `exit' to return to the Midnight Commander\n\r\n\r"));
|
_("Type `exit' to return to the Midnight Commander"));
|
||||||
|
fprintf (stderr, "\n\r\n\r");
|
||||||
|
|
||||||
my_system (EXECUTE_AS_SHELL, shell, NULL);
|
my_system (EXECUTE_AS_SHELL, shell, NULL);
|
||||||
} else
|
} else
|
||||||
get_key_code (0);
|
get_key_code (0);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user