Mercurial > audlegacy-plugins
diff src/OSS4/about.c @ 1245:a18b7cdc505d
stripped down the config dialog, added an option for the save dmix volume
between sessions and added myself to the credits
| author | Cristi Magherusan <majeru@atheme-project.org> |
|---|---|
| date | Thu, 12 Jul 2007 19:42:32 +0300 |
| parents | 2a722c3ccd9e |
| children | f6f5603a0954 |
line wrap: on
line diff
--- a/src/OSS4/about.c Thu Jul 12 18:21:23 2007 +0300 +++ b/src/OSS4/about.c Thu Jul 12 19:42:32 2007 +0300 @@ -39,8 +39,10 @@ if (dialog != NULL) return; - dialog = xmms_show_message(_("About OSS Driver"), - _("Audacious OSS4 Driver\n\n " + dialog = xmms_show_message(_("About OSSv4 Driver"), + _("Audacious OSSv4 Driver\n\n" + "Based on the OSSv3 Output plugin,\n" + "Ported to OSSv4's VMIX by Cristi Magherusan <majeru@gentoo.ro>\n\n" "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" "the Free Software Foundation; either version 2 of the License, or\n"
