Ulteriore correzione messaggio EDIT.

git-svn-id: svn://10.65.10.50/trunk@3233 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-07-24 12:51:37 +00:00
parent 21fd796afe
commit 7df2c645a2

View File

@ -2076,6 +2076,10 @@ bool TBrowse::do_link(bool insert)
TString inp_id(i);
TString16 field_name(_inp_fn.get());
TString s(field_name);
const int pos = s.find(",");
if (pos >= 0)
s.cut(pos);
s << "=";
if (inp_id[0] == '"')