From 7fdf50eb31f5cb9f15082c9ebb1e4e421756d4a2 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 1 Mar 2016 00:03:11 +0000 Subject: Add plugin wins to /win and /close autocompletion --- src/ui/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') diff --git a/src/ui/window.c b/src/ui/window.c index 585c0b21..05eaf586 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -350,7 +350,7 @@ win_get_string(ProfWin *window) { ProfPluginWin *pluginwin = (ProfPluginWin*)window; GString *gstring = g_string_new(""); - g_string_append_printf(gstring, "%s plugin", pluginwin->tag); + g_string_append_printf(gstring, "Plugin: %s", pluginwin->tag); char *res = gstring->str; g_string_free(gstring, FALSE); return res; -- cgit 1.4.1-2-gfad0