diff options
Diffstat (limited to 'src/textadept.h')
-rw-r--r-- | src/textadept.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textadept.h b/src/textadept.h index 74db23d0..6d9e2c75 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -56,6 +56,6 @@ void l_set_buffer_global(GtkWidget *); int l_emit_event(const char *, ...); void l_emit_scnnotification(struct SCNotification *); -void l_ta_popup_context_menu(GdkEventButton *); +void l_gui_popup_context_menu(GdkEventButton *); #endif |