26 #define LICENSE_GPL3 \ 27 "PNMixer is free software; you can redistribute it and/or modify it " \ 28 "under the terms of the GNU General Public License v3 as published " \ 29 "by the Free Software Foundation.\n" \ 31 "PNMixer is distributed in the hope that it will be useful, but " \ 32 "WITHOUT ANY WARRANTY; without even the implied warranty of " \ 33 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. " \ 34 "See the GNU General Public License for more details.\n" \ 36 "You should have received a copy of the GNU General Public License " \ 37 "along with PNMixer; if not, write to the Free Software Foundation, " \ 38 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." 81 const gchar *artists[] = {
85 const gchar *authors[] = {
87 "El Boulangero <elboulangero@gmail.com>",
88 "Julian Ospald <hasufell@posteo.de>",
93 const gchar *translators =
94 "The Translation Project http://translationproject.org\n" \
95 "Mario Blättermann (de)\n" \
96 "Stéphane Aulery (fr)\n" \
97 "Božidar Putanec (hr)\n" \
98 "Mattia Bertoni (it)\n" \
99 "Benno Schulenberg (nl)\n" \
100 "Pavel Roschin (ru)\n" \
101 "Мирослав Николић (sr)\n" \
102 "Yuri Chornoivan (uk)\n" \
103 "Trần Ngọc Quân (vi)\n" \
104 "Shengyu Zhang (zh_CN)";
114 "comments",
_(
"A mixer for the system tray"),
115 "copyright",
_(
"Copyright © 2010-2017 Nick Lanham"),
117 "wrap-license", TRUE,
118 "logo-icon-name",
"pnmixer",
119 "program-name",
"PNMixer",
120 "translator-credits", translators,
121 "version", PACKAGE_VERSION,
122 "website",
"http://github.com/nicklan/pnmixer",
126 gtk_window_set_skip_taskbar_hint(GTK_WINDOW(dialog->
about_dialog), TRUE);
127 gtk_window_set_transient_for(GTK_WINDOW(dialog->
about_dialog), parent);
Internationalization support.
header for ui-about-dialog.c.
void about_dialog_run(AboutDialog *dialog)
AboutDialog * about_dialog_create(GtkWindow *parent)
void about_dialog_destroy(AboutDialog *dialog)