mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.4 KiB

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