Use THEME_DEFAULT

This commit is contained in:
James Booth
2016-10-14 23:56:51 +01:00
parent 54cf1dbec4
commit 2f888979c5
7 changed files with 120 additions and 120 deletions

View File

@@ -368,7 +368,7 @@ api_win_show(const char *tag, const char *line)
}
ProfWin *window = (ProfWin*)pluginwin;
win_printf(window, '!', 0, NULL, 0, 0, "", "%s", line);
win_printf(window, '!', 0, NULL, 0, THEME_DEFAULT, "", "%s", line);
return 1;
}