Hiroshi Saito wrote:


wxMessageBox(txtIPaddress->GetValue()); //The input of the change (A) -- Debug Message wxMessageBox(line->text); //strange result (B) -- Debug Message

    EndModal(wxID_OK);
}

The value of (A) isn't taken over in (B).?

This is correct. Actually, pgHbaConfigLine::GetText wasn't fully implemented; done now.


Regards,
Andreas

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to