1998-09-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gscreen.c: Hook to invoke the editor from the context menu.
Этот коммит содержится в:
родитель
3059f6c31a
Коммит
20157ab85e
@ -1,3 +1,7 @@
|
||||
1998-09-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gscreen.c: Hook to invoke the editor from the context menu.
|
||||
|
||||
Fri Sep 18 13:51:16 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
||||
|
||||
* Makefile.in: Consequent "make" should not rebuild gmc every time
|
||||
|
@ -526,6 +526,7 @@ static struct {
|
||||
{ N_("Open with"), F_PANEL | F_ALL, (context_menu_callback) panel_action_open_with },
|
||||
{ N_("View"), F_PANEL | F_NOTDIR, (context_menu_callback) panel_action_view },
|
||||
{ N_("View unfiltered"), F_PANEL | F_NOTDIR, (context_menu_callback) panel_action_view_unfiltered },
|
||||
{ N_("Edit"), F_PANEL | F_NOTDIR, (context_menu_callback) panel_action_edit },
|
||||
{ "", 0, NULL },
|
||||
{ N_("Link..."), F_PANEL | F_REGULAR | F_SINGLE, (context_menu_callback) link_cmd },
|
||||
{ N_("Symlink..."), F_PANEL | F_SINGLE, (context_menu_callback) symlink_cmd },
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user