Skip to content
Snippets Groups Projects
Commit 3c1e88dd authored by Tristan Matthews's avatar Tristan Matthews Committed by Vivien Didelot
Browse files

gnome: make calltree popup menu translatable

Refs #45100

Change-Id: I44696a8cad6fe03f84a1948ff15ce499ad60c514
parent fa1e4d79
Branches
Tags beta/202401261841
No related merge requests found
...@@ -71,9 +71,8 @@ typedef struct { ...@@ -71,9 +71,8 @@ typedef struct {
static PopupData *popup_data = NULL; static PopupData *popup_data = NULL;
// Messages used in menu item #define SFL_CREATE_CONFERENCE _("Create conference")
static const gchar * const SFL_CREATE_CONFERENCE = "Create conference"; #define SFL_TRANSFER_CALL _("Transfer call to")
static const gchar * const SFL_TRANSFER_CALL = "Transfer call to";
static GtkWidget *calltree_popupmenu = NULL; static GtkWidget *calltree_popupmenu = NULL;
static GtkWidget *calltree_menu_items = NULL; static GtkWidget *calltree_menu_items = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment