Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
fc07197c
Commit
fc07197c
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
[#1262] sflphone-client-gnome uses changelog version number
parent
07374a18
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
sflphone-client-gnome/configure.ac
+1
-1
1 addition, 1 deletion
sflphone-client-gnome/configure.ac
sflphone-client-gnome/src/assistant.c
+1
-1
1 addition, 1 deletion
sflphone-client-gnome/src/assistant.c
sflphone-client-gnome/src/main.c
+1
-1
1 addition, 1 deletion
sflphone-client-gnome/src/main.c
with
3 additions
and
3 deletions
sflphone-client-gnome/configure.ac
+
1
−
1
View file @
fc07197c
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)
LT_INIT
...
...
This diff is collapsed.
Click to expand it.
sflphone-client-gnome/src/assistant.c
+
1
−
1
View file @
fc07197c
...
...
@@ -181,7 +181,7 @@ void build_wizard( void ) {
GtkWidget
*
build_intro
()
{
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."
))
;
gtk_misc_set_alignment
(
GTK_MISC
(
label
),
0
,
0
);
gtk_label_set_line_wrap
(
GTK_LABEL
(
label
),
TRUE
);
...
...
This diff is collapsed.
Click to expand it.
sflphone-client-gnome/src/main.c
+
1
−
1
View file @
fc07197c
...
...
@@ -70,7 +70,7 @@ main(int argc, char *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
(
"This is free software. You may redistribute copies of it under the terms of
\n
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment