Skip to content
Snippets Groups Projects
Commit 6eae8696 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#1116] Fix compilation bug

parent 2e7b46ab
No related branches found
No related tags found
No related merge requests found
...@@ -326,6 +326,7 @@ GtkWidget* build_email_configuration( void ) { ...@@ -326,6 +326,7 @@ GtkWidget* build_email_configuration( void ) {
GtkWidget* build_iax_account_configuration( void ) { GtkWidget* build_iax_account_configuration( void ) {
GtkWidget* label; GtkWidget* label;
GtkWidget* table; GtkWidget* table;
GtkWidget *image;
wiz->iax_account = create_vbox( GTK_ASSISTANT_PAGE_CONFIRM , _("IAX2 account configuration") , _("Please fill the following information:")); wiz->iax_account = create_vbox( GTK_ASSISTANT_PAGE_CONFIRM , _("IAX2 account configuration") , _("Please fill the following information:"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment