diff options
Diffstat (limited to 'hardinfo2/report.c')
-rw-r--r-- | hardinfo2/report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/report.c b/hardinfo2/report.c index 5e7e59a6..a2b82c47 100644 --- a/hardinfo2/report.c +++ b/hardinfo2/report.c @@ -366,7 +366,7 @@ static gchar *report_get_filename(void) GTK_RESPONSE_ACCEPT, NULL); gtk_file_chooser_set_current_name(GTK_FILE_CHOOSER(dialog), - "hardinfo report"); + "hardinfo_report"); file_chooser_add_filters(dialog, file_types); file_chooser_open_expander(dialog); |