Mercurial > audlegacy-plugins
diff src/hotkey/plugin.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 | 5538324eb069 |
| children | b8da6a0b0da2 |
line wrap: on
line diff
--- a/src/hotkey/plugin.c Sun Sep 09 22:25:40 2007 +0300 +++ b/src/hotkey/plugin.c Sun Sep 09 22:42:22 2007 +0300 @@ -51,7 +51,7 @@ #include <audacious/i18n.h> -/* for xmms_show_message () */ +/* for audacious_info_dialog () */ #include <audacious/util.h> @@ -900,7 +900,7 @@ { static GtkWidget *dialog; - dialog = xmms_show_message (_("About Global Hotkey Plugin"), + dialog = audacious_info_dialog (_("About Global Hotkey Plugin"), _("Global Hotkey Plugin\n" "Control the player with global key combinations or multimedia keys.\n\n" "Copyright (C) 2007 Sascha Hlusiak <contact@saschahlusiak.de>\n\n"
