Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
3c1e88dd
Commit
3c1e88dd
authored
11 years ago
by
Tristan Matthews
Committed by
Vivien Didelot
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
gnome: make calltree popup menu translatable
Refs #45100 Change-Id: I44696a8cad6fe03f84a1948ff15ce499ad60c514
parent
fa1e4d79
Branches
Branches containing commit
Tags
beta/202401261841
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnome/src/contacts/calltree.c
+2
-3
2 additions, 3 deletions
gnome/src/contacts/calltree.c
with
2 additions
and
3 deletions
gnome/src/contacts/calltree.c
+
2
−
3
View file @
3c1e88dd
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment