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

[#1262] sflphone-client-gnome uses changelog version number

parent 07374a18
Branches
Tags
No related merge requests found
AC_INIT([SFLphone],[0.9.5~beta],[sflphoneteam@savoirfairelinux.com],[sflphone]) AC_INIT([SFLphone],[0.9.5~beta],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
LT_INIT LT_INIT
......
...@@ -181,7 +181,7 @@ void build_wizard( void ) { ...@@ -181,7 +181,7 @@ void build_wizard( void ) {
GtkWidget* build_intro() { GtkWidget* build_intro() {
GtkWidget *label; GtkWidget *label;
wiz->intro = create_vbox( GTK_ASSISTANT_PAGE_INTRO , "SFLphone 0.9.4" , _("Welcome to SFLphone!")); wiz->intro = create_vbox( GTK_ASSISTANT_PAGE_INTRO , "SFLphone GNOME client" , _("Welcome to SFLphone!"));
label = gtk_label_new(_("This installation wizard will help you configure an account.")) ; label = gtk_label_new(_("This installation wizard will help you configure an account.")) ;
gtk_misc_set_alignment(GTK_MISC(label), 0, 0); gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
......
...@@ -70,7 +70,7 @@ main(int argc, char *argv[]) ...@@ -70,7 +70,7 @@ main(int argc, char *argv[])
gtk_init(&argc, &argv); gtk_init(&argc, &argv);
g_print("%s\n", PACKAGE_STRING); g_print("%s %s\n", PACKAGE, VERSION);
g_print("Copyright (c) 2005 2006 2007 2008 2009 Savoir-faire Linux Inc.\n"); g_print("Copyright (c) 2005 2006 2007 2008 2009 Savoir-faire Linux Inc.\n");
g_print( g_print(
"This is free software. You may redistribute copies of it under the terms of\n\ "This is free software. You may redistribute copies of it under the terms of\n\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment