257 |
else |
else |
258 |
t = "keyserver.conf"; |
t = "keyserver.conf"; |
259 |
if (file_exist_check (t) == 0 && file_exist_check (buf) != 0) { |
if (file_exist_check (t) == 0 && file_exist_check (buf) != 0) { |
260 |
log_box (_("Keyserver"), MB_INFO, |
//log_box (_("Keyserver"), MB_INFO, |
261 |
_("keyserver.conf will be copied to \"%s\"\r\n"), buf); |
// _("keyserver.conf will be copied to \"%s\"\r\n"), buf); |
262 |
if (!CopyFile (t, buf, FALSE)) { |
if (!CopyFile (t, buf, FALSE)) { |
263 |
MessageBox (NULL, _("Failed to copy the keyserver.conf"), |
MessageBox (NULL, _("Failed to copy the keyserver.conf"), |
264 |
_("Keyserver"), MB_ERR); |
_("Keyserver"), MB_ERR); |