From 02b0029cce0ae3038758043f68cb8d8548e17393 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 27 Jul 2009 19:32:39 -0300 Subject: Show SAMBA usershares --- hardinfo2/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/shell.c') diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index 58c05df0..9e2ecbe6 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -1460,7 +1460,7 @@ static void module_selected(gpointer data) RANGE_SET_VALUE(moreinfo, vscrollbar, 0.0); RANGE_SET_VALUE(moreinfo, hscrollbar, 0.0); - title = g_strdup_printf("%s - %s", shell->selected_module_name, entry->name); + title = g_strdup_printf("%s: %s", shell->selected_module_name, entry->name); shell_set_title(shell, title); g_free(title); -- cgit v1.2.3