aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-07-27 19:32:39 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-07-27 19:32:39 -0300
commit02b0029cce0ae3038758043f68cb8d8548e17393 (patch)
tree012f3e0ca767500ea6900e2c651ab5416f2e501f /hardinfo2/shell.c
parent4e89125c9bec74053f8ddce3051e256f4071bd6a (diff)
Show SAMBA usershares
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c2
1 files changed, 1 insertions, 1 deletions
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);