From 142db72b8b10178a262b4508fd8d06249c1ea728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Wed, 28 May 2014 17:21:42 +0000 Subject: Twitter: When clicked on popup, open tweet detail in browser; Version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@9336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Twitter/src/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Twitter/src/proto.h') diff --git a/protocols/Twitter/src/proto.h b/protocols/Twitter/src/proto.h index 659e2b41d5..7c0207d78b 100644 --- a/protocols/Twitter/src/proto.h +++ b/protocols/Twitter/src/proto.h @@ -126,7 +126,7 @@ private: int ShowPinDialog(); void ShowPopup(const wchar_t *, int Error = 0); void ShowPopup(const char *, int Error = 0); - void ShowContactPopup(MCONTACT, const std::string &); + void ShowContactPopup(MCONTACT, const std::string &, const std::string *); bool IsMyContact(MCONTACT, bool include_chat = false); MCONTACT UsernameToHContact(const char *); -- cgit v1.2.3