From ad6294124f860682a5ce4a83c16885f6f6088326 Mon Sep 17 00:00:00 2001 From: "Alexander S. Aganichev" Date: Mon, 4 Nov 2002 18:58:55 +0000 Subject: [PATCH] Changed mail is now placed to AREAYOUWROTETO --- docs/notework.txt | 4 ++++ golded3/gepost.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/notework.txt b/docs/notework.txt index b8aa4a9..b4b4bfd 100644 --- a/docs/notework.txt +++ b/docs/notework.txt @@ -12,6 +12,10 @@ ______________________________________________________________________ Notes for GoldED+ 1.1.5, /snapshot/ ______________________________________________________________________ +! The changed mail will also be copied to the Areayouwroteto now. + +- Fixed small bug in Maximus 3 config parser. Any more left? + - Another try to support MC clipboard. - Once again Numlock was not taken into account for Del in Win9x (not diff --git a/golded3/gepost.cpp b/golded3/gepost.cpp index 330ccf3..a9768c0 100644 --- a/golded3/gepost.cpp +++ b/golded3/gepost.cpp @@ -311,7 +311,7 @@ static void MakeMsg3(int& mode, GMsg* msg) { w_info(NULL); } - if((mode != MODE_CHANGE) && (AL.AreaEchoToNo(AA->Areayouwroteto())>=0)) { + if(AL.AreaEchoToNo(AA->Areayouwroteto())>=0) { Area* A = AL.AreaEchoToPtr(AA->Areayouwroteto()); if(AA != A) { char* back = NULL;