Comment fix.

This commit is contained in:
Pavel Roskin 2002-09-26 20:55:51 +00:00
parent e402f59842
commit f2972e99dc
1 changed files with 3 additions and 3 deletions

View File

@ -653,9 +653,9 @@ menu_file_own(char* path)
}
/*
if edit_widget = pointer then it is file menu from cool edit
if edit_widget = NULL then routine is invoke from file menu of mc.
*/
* If edit_widget is NULL then we are called from the mc menu,
* otherwise we are called from the mcedit menu.
*/
void user_menu_cmd (WEdit *edit_widget)
{
char *p;