Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 31480
Collapse All | Expand All

(-)crystality-plugin-0.92/gui.c (-23 / +23 lines)
Lines 25-53 Link Here
25
#include "crystality.h"
25
#include "crystality.h"
26
26
27
static const char about_text[] =
27
static const char about_text[] =
28
"Crystality Plugin v0.92
28
"Crystality Plugin v0.92\n"
29
29
"\n"
30
Bandwidth Extender, Harmonic Booster and 3D Echo
30
"Bandwidth Extender, Harmonic Booster and 3D Echo\n"
31
You will need a good stereo and a good ear to notice quality
31
"You will need a good stereo and a good ear to notice quality\n"
32
improvement, otherwise this is not for you.  This plugin tries
32
"improvement, otherwise this is not for you.  This plugin tries\n"
33
to patch mp3 format flaws, not poor audio hardware!
33
"to patch mp3 format flaws, not poor audio hardware!\n"
34
For more info see README file!\n
34
"For more info see README file!\n"
35
Copyright (C) 2001 Rafal Bosak <gyver@fanthom.irc.pl>
35
"\n"
36
36
"Copyright (C) 2001 Rafal Bosak <gyver@fanthom.irc.pl>\n"
37
This program is free software; you can redistribute it and/or modify
37
"\n"
38
it under the terms of the GNU General Public License as published by
38
"This program is free software; you can redistribute it and/or modify\n"
39
the Free Software Foundation; either version 2 of the License, or
39
"it under the terms of the GNU General Public License as published by\n"
40
(at your option) any later version.
40
"the Free Software Foundation; either version 2 of the License, or\n"
41
41
"(at your option) any later version.\n"
42
This program is distributed in the hope that it will be useful,
42
"\n"
43
but WITHOUT ANY WARRANTY; without even the implied warranty of
43
"This program is distributed in the hope that it will be useful,\n"
44
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
44
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
45
GNU General Public License for more details.
45
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
46
46
"GNU General Public License for more details.\n"
47
You should have received a copy of the GNU General Public License
47
"\n"
48
along with this program; if not, write to the Free Software
48
"You should have received a copy of the GNU General Public License\n"
49
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
49
"along with this program; if not, write to the Free Software\n"
50
";
50
"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n";
51
51
52
GtkWidget *conf_dialog = NULL, *about_dialog = NULL;
52
GtkWidget *conf_dialog = NULL, *about_dialog = NULL;
53
GtkObject *bext_adj;
53
GtkObject *bext_adj;

Return to bug 31480