diff options
author | danglassey <danglassey> | 2002-09-15 13:01:33 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-09-15 13:01:33 +0000 |
commit | d9323f589390dbce440f764989a482060634b67c (patch) | |
tree | ac2bf77f309fc3b2e373799dbc44784f0996708b /apps/windoze/CBuilder5/BibleCS/editentryfrm.cpp | |
parent | b5292d1d6c301302e234a465e362af9fcc557a46 (diff) | |
download | sword-sf-cvs-d9323f589390dbce440f764989a482060634b67c.tar.gz |
sync with crosswire 20020915-1300
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/editentryfrm.cpp')
-rw-r--r-- | apps/windoze/CBuilder5/BibleCS/editentryfrm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/editentryfrm.cpp b/apps/windoze/CBuilder5/BibleCS/editentryfrm.cpp index 01935e0..4ae5908 100644 --- a/apps/windoze/CBuilder5/BibleCS/editentryfrm.cpp +++ b/apps/windoze/CBuilder5/BibleCS/editentryfrm.cpp @@ -271,7 +271,7 @@ void __fastcall TEditEntryForm::FormActivate(TObject *Sender) (const char *)*Module; // force key to snap to entry before pulling out the text of the key tmptext = Module->getRawEntry(); - newtext = newtext + RTFDisplay->RTFVersePre + " " + tmptext + RTFDisplay->RTFVersePost; + newtext = newtext + RTFDisplay->RTFVersePre + tmptext + RTFDisplay->RTFVersePost; newtext = newtext + RTFDisplay->RTFTrailer; RTFStream->Clear(); RTFStream->WriteBuffer(newtext.c_str(), newtext.Length()); |