Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1676:aee4ebea943a | 1677:f6f5603a0954 |
|---|---|
| 49 #include <audacious/auddrct.h> | 49 #include <audacious/auddrct.h> |
| 50 #include <audacious/configdb.h> | 50 #include <audacious/configdb.h> |
| 51 | 51 |
| 52 #include <audacious/i18n.h> | 52 #include <audacious/i18n.h> |
| 53 | 53 |
| 54 /* for xmms_show_message () */ | 54 /* for audacious_info_dialog () */ |
| 55 #include <audacious/util.h> | 55 #include <audacious/util.h> |
| 56 | 56 |
| 57 | 57 |
| 58 /* func defs */ | 58 /* func defs */ |
| 59 void x_display_init (void); | 59 void x_display_init (void); |
| 898 | 898 |
| 899 static void about (void) | 899 static void about (void) |
| 900 { | 900 { |
| 901 static GtkWidget *dialog; | 901 static GtkWidget *dialog; |
| 902 | 902 |
| 903 dialog = xmms_show_message (_("About Global Hotkey Plugin"), | 903 dialog = audacious_info_dialog (_("About Global Hotkey Plugin"), |
| 904 _("Global Hotkey Plugin\n" | 904 _("Global Hotkey Plugin\n" |
| 905 "Control the player with global key combinations or multimedia keys.\n\n" | 905 "Control the player with global key combinations or multimedia keys.\n\n" |
| 906 "Copyright (C) 2007 Sascha Hlusiak <contact@saschahlusiak.de>\n\n" | 906 "Copyright (C) 2007 Sascha Hlusiak <contact@saschahlusiak.de>\n\n" |
| 907 "Contributers include:\n" | 907 "Contributers include:\n" |
| 908 "Copyright (C) 2006 - 2007 Vladimir Paskov <vlado.paskov@gmail.com>\n" | 908 "Copyright (C) 2006 - 2007 Vladimir Paskov <vlado.paskov@gmail.com>\n" |
