Conform to change in g2 merge 2.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@8998 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2003-08-09 01:45:19 +00:00
parent 39cda37792
commit d369374c1a

View File

@@ -378,7 +378,7 @@ gnc_network_make_keypair_check(gpointer data) {
return TRUE;
}
else {
gnc_error_dialog(_("Passphrases did not match."));
gnc_error_dialog(NULL, _("Passphrases did not match."));
gnc_network_make_keypair_handler(mk->html, mk->eb, data);
gnc_network_free_make_keypair_info(mk);
return FALSE;