Skip to content
Snippets Groups Projects
Commit faedc4fa authored by Alexandre Savard's avatar Alexandre Savard
Browse files

#6065: Replace Codecs tab for Audio in account preference dialog

parent 67d9d9c4
Branches
Tags
No related merge requests found
...@@ -1354,7 +1354,7 @@ void show_account_window (account_t * a) ...@@ -1354,7 +1354,7 @@ void show_account_window (account_t * a)
/* Codecs */ /* Codecs */
codecs_tab = create_codecs_configuration (&currentAccount); codecs_tab = create_codecs_configuration (&currentAccount);
gtk_notebook_append_page (GTK_NOTEBOOK (notebook), codecs_tab, gtk_label_new (_ ("Codecs"))); gtk_notebook_append_page (GTK_NOTEBOOK (notebook), codecs_tab, gtk_label_new (_ ("Audio")));
gtk_notebook_page_num (GTK_NOTEBOOK (notebook), codecs_tab); gtk_notebook_page_num (GTK_NOTEBOOK (notebook), codecs_tab);
// Get current protocol for this account protocol // Get current protocol for this account protocol
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment