untwist file selection logic - be explicit
[claws.git] / src / crash.c
index 04a1f53ce1ae48566348cec278ec695e9ea6984a..ec91e910fb80637a745787b56431d42b00204366 100644 (file)
@@ -296,7 +296,7 @@ static void crash_save_crash_log(GtkButton *button, const gchar *text)
        timer = time(NULL);
        lt = localtime(&timer);
        strftime(buf, sizeof buf, "sylpheed-crash-log-%Y-%m-%d-%H-%M-%S.txt", lt);
-       if (NULL != (filename = filesel_select_file(_("Save crash information"), buf))
+       if (NULL != (filename = filesel_select_file_save(_("Save crash information"), buf))
        &&  *filename)
                str_write_to_file(text, filename);
        g_free(filename);