diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/callbacks.c | 2 | ||||
-rw-r--r-- | shell/report.c | 2 | ||||
-rw-r--r-- | shell/shell.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/shell/callbacks.c b/shell/callbacks.c index 5031515d..006cbe11 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -210,7 +210,7 @@ void cb_about() "Packaging by:", "Topazus (Fedora/Redhat branches)", "Yochananmargos (Arch branches)", - "lucacastro/tsimonq2 (Debian/Ubuntu branches)", + "lucascastro/tsimonq2 (Debian/Ubuntu branches)", "", NULL }; diff --git a/shell/report.c b/shell/report.c index 21d82054..9c18610a 100644 --- a/shell/report.c +++ b/shell/report.c @@ -786,7 +786,7 @@ static gchar *report_get_filename(void) #endif gtk_file_chooser_set_current_name(GTK_FILE_CHOOSER(dialog), - "hardinfo_report"); + "hardinfo2_report"); file_chooser_add_filters(dialog, file_types); file_chooser_open_expander(dialog); 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; * } |