diff options
Diffstat (limited to 'shell/shell.c')
-rw-r--r-- | shell/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell.c b/shell/shell.c index f9aeb0c3..36d89b75 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -704,7 +704,7 @@ gboolean hardinfo_link(const gchar *uri) { * TODO: In the future, links could be used to * jump to different pages in hardinfo. * - * if (g_str_has_prefix(uri, "hardinfo:")) { + * if (g_str_has_prefix(uri, "hardinfo2:")) { * hardinfo_navigate(g_utf8_strchr(uri, strlen("hardinfo2"), ':') + 1); * return TRUE; * } |