From e681eafa78262d0c177832d67900687f2c938081 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 08:42:48 +0100 Subject: Rebranding for the rest of plugin* --- plugins/mpcinfo/theme.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'plugins/mpcinfo/theme.c') diff --git a/plugins/mpcinfo/theme.c b/plugins/mpcinfo/theme.c index 000c00b1..fc218267 100644 --- a/plugins/mpcinfo/theme.c +++ b/plugins/mpcinfo/theme.c @@ -39,14 +39,14 @@ void themeInit(){ void printTheme(struct theme data){ int i; - for (i=0;i 0) { @@ -118,7 +118,7 @@ void loadThemes(){ if (strcmp(toUpper(line),"OGG_LINE")==0) mp3Theme=themeAdd(oggTheme,val); } fclose(f); - xchat_print(ph, "theme loaded successfull\n"); + hexchat_print(ph, "theme loaded successfull\n"); } if (notRunTheme.size==0) notRunTheme=themeAdd(notRunTheme,"say Media Player Classic not running"); if (titleTheme.size==0) titleTheme=themeAdd(titleTheme,"say Playing %title in Media Player Classic"); -- cgit 1.4.1