Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-client-gnome
Commits
84ef500c
Commit
84ef500c
authored
Mar 30, 2015
by
Stepan Salenikovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gnome: ammend about dialog
Refs #69343 Change-Id: Ic345f622de71d38d90d3a420fb8cd69866d89f6b
parent
fb5ff0a1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
17 deletions
+28
-17
AUTHORS
AUTHORS
+14
-5
src/dialogs.c
src/dialogs.c
+14
-12
No files found.
AUTHORS
View file @
84ef500c
Current a
uthors
A
uthors
---------------
Stepan Salenikovich <stepan dot salenikovich at savoirfairelinux dot com>
Eloi BaiL <eloi dot bail at savoirfairelinux dot com>
Guillaume Roguez <guillaume dot roguez at savoirfairelinux dot com>
Emmanuel Lepage <emmanuel dot lepage at savoirfairelinux dot com>
Adrien Béraud <adrien dot beraud at savoirfairelinux dot com>
Alexandre Lision <alexandre dot lision at savoirfairelinux dot com>
Edric Milaret <edric dot ladent-milaret at savoirfairelinux dot com>
Éloi Bail <eloi dot bail at savoirfairelinux dot com>
Emmanuel Lepage <emmanuel dot lepage at savoirfairelinux dot com>
Guillaume Roguez <guillaume dot roguez at savoirfairelinux dot com>
Stepan Salenikovich <stepan dot salenikovich at savoirfairelinux dot com>
Based on the SFLPhone project.
Artists
---------------
Marianne Forget <marianne dot forget at savoirfairelinux do com>
\ No newline at end of file
src/dialogs.c
View file @
84ef500c
...
...
@@ -89,16 +89,18 @@ ring_about_dialog(GtkWidget *parent)
g_error_free
(
error
);
}
gchar
*
version
=
g_strdup_printf
(
"%d.%d.%d"
,
VERSION_MAJOR
,
VERSION_MINOR
,
VERSION_PATCH
);
gchar
*
name
=
g_strdup_printf
(
"
Gnome Ring v
%d.%d.%d"
,
VERSION_MAJOR
,
VERSION_MINOR
,
VERSION_PATCH
);
const
gchar
*
authors
[]
=
{
[
0
]
=
"Stepan Salenikovich"
,
[
1
]
=
"Éloi Bail"
,
[
2
]
=
"Guillaume Roguez"
,
[
3
]
=
"Emmanuel Lepage"
,
[
4
]
=
"Alexandre Lision"
,
[
5
]
=
"Thibault Cohen"
,
[
6
]
=
NULL
,
[
0
]
=
"Adrien Béraud"
,
[
1
]
=
"Alexandre Lision"
,
[
2
]
=
"Edric Milaret"
,
[
3
]
=
"Éloi Bail"
,
[
4
]
=
"Emmanuel Lepage-Vallée"
,
[
5
]
=
"Guillaume Roguez"
,
[
6
]
=
"Stepan Salenikovich"
,
[
7
]
=
"Based on the SFLPhone project"
,
[
8
]
=
NULL
,
};
const
gchar
*
artists
[]
=
{
...
...
@@ -108,12 +110,12 @@ ring_about_dialog(GtkWidget *parent)
gtk_show_about_dialog
(
GTK_WINDOW
(
parent
),
"program-name"
,
"Gnome Ring"
,
"program-name"
,
name
,
"copyright"
,
"© 2015 Savoir-faire Linux"
,
"license-type"
,
GTK_LICENSE_GPL_3_0
,
"logo"
,
logo
,
"version"
,
version
,
"comments"
,
"The GNOME client for Ring.
\n
Ring is a
Voice-over-IP
software
phone
."
,
"version"
,
"release: Samuel de Champlain"
,
"comments"
,
"The GNOME client for Ring.
\n
Ring is a
secured and distributed communication
software."
,
"authors"
,
authors
,
"website"
,
"http://www.ring.cx/"
,
"website-label"
,
"www.ring.cx"
,
...
...
@@ -121,5 +123,5 @@ ring_about_dialog(GtkWidget *parent)
NULL
);
g_free
(
version
);
g_free
(
name
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment