From 3407044d99f61abb50e7adad7fd86fbb8ad1d9c2 Mon Sep 17 00:00:00 2001 From: sje Date: Tue, 22 May 2007 14:17:30 +0000 Subject: spelling fix git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@176 4f64403b-2f21-0410-a795-97e2b3489a10 --- otr/dllmain.cpp | 4 ++-- otr/otr.mdsp | 48 +++++++++++++++++++++++++----------------------- 2 files changed, 27 insertions(+), 25 deletions(-) diff --git a/otr/dllmain.cpp b/otr/dllmain.cpp index 0d8c585..eac42dc 100644 --- a/otr/dllmain.cpp +++ b/otr/dllmain.cpp @@ -406,7 +406,7 @@ extern "C" void otr_gui_gone_secure(void *opdata, ConnContext *context) { bool trusted = (context->active_fingerprint && context->active_fingerprint->trust && strcmp(context->active_fingerprint->trust, "verified") == 0); char buff[1024]; if(trusted) { - mir_snprintf(buff, 1024, Translate("Beggining OTR encrypted session with '%s'"), context->username); + mir_snprintf(buff, 1024, Translate("Beginning OTR encrypted session with '%s'"), context->username); //MessageBox(0, buff, Translate("OTR Information"), MB_OK); if(options.msg_inline) ShowMessageInline((HANDLE)opdata, buff); @@ -418,7 +418,7 @@ extern "C" void otr_gui_gone_secure(void *opdata, ConnContext *context) { } else { CloseHandle((HANDLE)_beginthreadex(0, 0, verify_fp_thread, context, 0, 0)); - mir_snprintf(buff, 1024, Translate("Beggining OTR encrypted session with '%s'"), context->username); + mir_snprintf(buff, 1024, Translate("Beginning OTR encrypted session with '%s'"), context->username); //MessageBox(0, buff, Translate("OTR Information"), MB_OK); if(options.msg_inline) ShowMessageInline((HANDLE)opdata, buff); diff --git a/otr/otr.mdsp b/otr/otr.mdsp index ee9e587..0c4277f 100644 --- a/otr/otr.mdsp +++ b/otr/otr.mdsp @@ -126,28 +126,30 @@ extraResourceOptions= 27=..\..\include\m_message.h 28=..\..\include\m_popup.h 29=..\..\include\m_metacontacts.h +30=..\..\include\m_updater.h [History] -menu.cpp,3112 -..\..\include\m_metacontacts.h,1769 -..\..\include\m_popup.h,11116 -..\..\include\m_message.h,1619 -..\..\include\m_protocols.h,7232 -options.cpp,10862 -libotr\src\auth.h,6007 -..\..\include\m_icolib.h,0 -utils.cpp,7128 -common.h,2043 -libotr\src\context.h,4987 -libotr\src\context.c,10303 -libotr\src\message.h,2451 -libotr\src\proto.h,5014 -libotr\src\userstate.h,1679 -libotr\src\message.c,29281 -otr_private.h,149 -libotr\src\auth.c,0 -libotr\src\privkey.c,0 -libotr\src\proto.c,0 -libotr\src\tests.c,0 -libotr\src\tlv.c,0 libotr\src\userstate.c,0 -dllmain.cpp,17513 +libotr\src\tlv.c,0 +libotr\src\tests.c,0 +libotr\src\proto.c,0 +libotr\src\privkey.c,0 +libotr\src\auth.c,0 +otr_private.h,149 +libotr\src\message.c,29277 +libotr\src\userstate.h,1679 +libotr\src\proto.h,5014 +libotr\src\message.h,2451 +libotr\src\context.c,10303 +libotr\src\context.h,4987 +common.h,2043 +utils.cpp,7128 +..\..\include\m_icolib.h,0 +libotr\src\auth.h,6007 +options.cpp,10862 +..\..\include\m_protocols.h,7232 +..\..\include\m_message.h,1619 +..\..\include\m_popup.h,11116 +..\..\include\m_metacontacts.h,1769 +menu.cpp,3112 +..\..\include\m_updater.h,3816 +dllmain.cpp,40412 -- cgit v1.2.3