1 |
/* wptMDSumDlg.cpp |
/* wptMDSumDlg.cpp |
2 |
* Copyright (C) 2003, 2005 Timo Schulz |
* Copyright (C) 2003, 2005, 2006 Timo Schulz |
3 |
* |
* |
4 |
* This file is part of WinPT. |
* This file is part of WinPT. |
5 |
* |
* |
140 |
gpgme_data_write (sumlist, fname, strlen (fname)); |
gpgme_data_write (sumlist, fname, strlen (fname)); |
141 |
gpgme_data_write (sumlist, "\r\n", 2); |
gpgme_data_write (sumlist, "\r\n", 2); |
142 |
} |
} |
143 |
|
if (IsDlgButtonChecked (dlg, IDC_MDSUM_TOCLIP)) { |
144 |
|
gpg_data_release_and_set_clipboard (sumlist, 0); |
145 |
|
break; |
146 |
|
} |
147 |
_snprintf (fname, sizeof (fname)-1, "%s_sums.txt", id2algo (md->mdalgo)); |
_snprintf (fname, sizeof (fname)-1, "%s_sums.txt", id2algo (md->mdalgo)); |
148 |
name = get_filesave_dlg (dlg, _("Select file to save checksums"), |
name = get_filesave_dlg (dlg, _("Select file to save checksums"), |
149 |
NULL, fname); |
NULL, fname); |