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

update version number in assistant wizard

parent 7dc58d77
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ build_intro()
{
GtkWidget *label;
wiz->intro = create_vbox( GTK_ASSISTANT_PAGE_INTRO , _("SFLphone 0.8") , _("Welcome to SFLphone!"));
wiz->intro = create_vbox( GTK_ASSISTANT_PAGE_INTRO , _("SFLphone 0.9.2") , _("Welcome to SFLphone!"));
label = gtk_label_new(_("This installation wizard will help you configure an account.")) ;
gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment