* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -706,10 +706,9 @@ sflphone_fill_codec_list()
...
@@ -706,10 +706,9 @@ sflphone_fill_codec_list()
}
}
}
}
if(codec_list_get_size()==0){
if(codec_list_get_size()==0){
gchar*markup=malloc(1000);
/*
sprintf(markup,_("<b>Error: No audio codecs found.\n\n</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</b> directory in your home( <i>%s</i> )"),CODECS_DIR,g_get_home_dir());
gchar* markup = g_markup_printf_escape(_("<b>Error: No audio codecs found.\n\n</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</b> directory in your home( <i>%s</i> )") , CODECS_DIR , g_get_home_dir());