diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-19 12:36:06 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-19 12:36:06 +0000 |
commit | 8bbf210610804623aa581f3a547fc782fed9c118 (patch) | |
tree | b824cb7b0aba1740501e861ee78dbd49bac65022 /plugins/SecureIM/src/svcs_rsa.cpp | |
parent | 02f6b3a61924a143b3a6db44d3428a651a3b979c (diff) |
"PopUp" everywhere was replaced to "Popup"
git-svn-id: http://svn.miranda-ng.org/main/trunk@4730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/src/svcs_rsa.cpp')
-rw-r--r-- | plugins/SecureIM/src/svcs_rsa.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/SecureIM/src/svcs_rsa.cpp b/plugins/SecureIM/src/svcs_rsa.cpp index d065d0b397..a55a393875 100644 --- a/plugins/SecureIM/src/svcs_rsa.cpp +++ b/plugins/SecureIM/src/svcs_rsa.cpp @@ -52,7 +52,7 @@ int __cdecl rsa_check_pub(HANDLE context, PBYTE pub, int pubLen, PBYTE sig, int if (bAAK) {
if (k ) mir_snprintf(msg,MSGSIZE,Translate(sim523),cnm,uin,sha,sha_old);
else mir_snprintf(msg,MSGSIZE,Translate(sim521),cnm,uin,sha);
- showPopUpKRmsg(ptr->hContact,msg);
+ showPopupKRmsg(ptr->hContact,msg);
HistoryLog(ptr->hContact,msg);
v = 1;
#if defined(_DEBUG) || defined(NETLIB_LOG)
@@ -94,7 +94,7 @@ void __cdecl rsa_notify(HANDLE context, int state) switch( state) {
case 1:
- showPopUpEC(ptr->hContact);
+ showPopupEC(ptr->hContact);
ShowStatusIconNotify(ptr->hContact);
waitForExchange(ptr,2); // äîñûëàåì ñîîáùåíèÿ èç î÷åðåäè
return;
@@ -125,7 +125,7 @@ void __cdecl rsa_notify(HANDLE context, int state) {
char buf[1024];
sprintf(buf,sim510,-state);
- showPopUpDCmsg(ptr->hContact,buf);
+ showPopupDCmsg(ptr->hContact,buf);
ShowStatusIconNotify(ptr->hContact);
if (ptr->cntx) deleteRSAcntx(ptr);
waitForExchange(ptr,3); // äîñûëàåì íåøèôðîâàíî
@@ -134,7 +134,7 @@ void __cdecl rsa_notify(HANDLE context, int state) case -3: // ñîåäèíåíèå ðàçîðâàíî âðó÷íóþ
case -4: // ñîåäèíåíèå ðàçîðâàíî âðó÷íóþ äðóãîé ñòîðîíîé
- showPopUpDC(ptr->hContact);
+ showPopupDC(ptr->hContact);
ShowStatusIconNotify(ptr->hContact);
if (ptr->cntx) deleteRSAcntx(ptr);
waitForExchange(ptr,3); // äîñûëàåì íåøèôðîâàíî
@@ -143,7 +143,7 @@ void __cdecl rsa_notify(HANDLE context, int state) default:
return;
}
- showPopUpDCmsg(ptr->hContact,msg);
+ showPopupDCmsg(ptr->hContact,msg);
ShowStatusIconNotify(ptr->hContact);
if (ptr->cntx) deleteRSAcntx(ptr);
waitForExchange(ptr,3); // äîñûëàåì íåøèôðîâàíî
|