Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
c9c26edc
Commit
c9c26edc
authored
Apr 01, 2008
by
Emmanuel Milou
Browse files
translation
parent
d96d61c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/statusicon.c
View file @
c9c26edc
...
...
@@ -77,7 +77,7 @@ create_menu()
menu
=
gtk_menu_new
();
show_menu_item
=
gtk_check_menu_item_new_with_mnemonic
(
"_Show main window"
);
show_menu_item
=
gtk_check_menu_item_new_with_mnemonic
(
_
(
"_Show main window"
)
)
;
gtk_check_menu_item_set_active
(
GTK_CHECK_MENU_ITEM
(
show_menu_item
),
TRUE
);
gtk_menu_shell_append
(
GTK_MENU_SHELL
(
menu
),
show_menu_item
);
g_signal_connect
(
G_OBJECT
(
show_menu_item
),
"toggled"
,
...
...
@@ -111,7 +111,7 @@ show_status_icon()
// Add a tooltip to the system tray icon
gchar
*
tip
=
malloc
(
500
);
sprintf
(
tip
,
"SFLphone - %i accounts registered"
,
account_list_get_size
());
sprintf
(
tip
,
_
(
"SFLphone - %i accounts registered"
)
,
account_list_get_size
());
gtk_status_icon_set_tooltip
(
status
,
tip
);
g_free
(
tip
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment