X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fcurs_lib.c;h=66ffbb477652ff526715df10d8e26fb1b5a88ab0;hb=05e61a9707a6da5c0bca77aa7c3c019a918494de;hp=81edf2ed0bef17dbc3a3f7dc400229c2d6bf8547;hpb=488a60c8ef78872f38bbb3439a75cb2cda985a12;p=apps%2Fmadmutt.git diff --git a/lib-ui/curs_lib.c b/lib-ui/curs_lib.c index 81edf2e..66ffbb4 100644 --- a/lib-ui/curs_lib.c +++ b/lib-ui/curs_lib.c @@ -144,7 +144,7 @@ void mutt_edit_file(const char *data) char cmd[LONG_STRING]; mutt_endwin (NULL); - m_quotefile_fmt(cmd, sizeof (cmd), mlua_reggets(LTK_EDITOR), data); + m_quotefile_fmt(cmd, sizeof (cmd), MCore.editor, data); if (mutt_system (cmd) == -1) mutt_error (_("Error running \"%s\"!"), cmd); keypad (stdscr, TRUE);