Mercurial > audlegacy-plugins
diff src/alsa/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 | 3da1b8942b8b |
| children | bd3a24b39058 |
line wrap: on
line diff
--- a/src/alsa/about.c Sun Sep 09 22:25:40 2007 +0300 +++ b/src/alsa/about.c Sun Sep 09 22:42:22 2007 +0300 @@ -26,7 +26,7 @@ if (dialog != NULL) return; - dialog = xmms_show_message( + dialog = audacious_info_dialog( _("About ALSA Driver"), _("Audacious ALSA Driver\n\n " "This program is free software; you can redistribute it and/or modify\n"
