Mercurial > audlegacy-plugins
diff src/OSS/about.c @ 1677:f6f5603a0954
xmms_show_message() changed to audacious_info_dialog()
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Sun, 09 Sep 2007 22:42:22 +0300 |
| parents | d124034ebea3 |
| children | bd3a24b39058 |
line wrap: on
line diff
--- a/src/OSS/about.c Sun Sep 09 22:25:40 2007 +0300 +++ b/src/OSS/about.c Sun Sep 09 22:42:22 2007 +0300 @@ -36,7 +36,7 @@ if (dialog != NULL) return; - dialog = xmms_show_message(_("About OSS Driver"), + dialog = audacious_info_dialog(_("About OSS Driver"), _("Audacious OSS Driver\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"
