From 8af82ecb2b91203e152d9a238bb268527fd4848d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Nov 2012 18:36:28 +0000 Subject: mRadio, RSS, Quotes & YAMN became virtual git-svn-id: http://svn.miranda-ng.org/main/trunk@2542 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/mRadio/mradio.dpr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/mRadio') diff --git a/protocols/mRadio/mradio.dpr b/protocols/mRadio/mradio.dpr index 274fbd8977..f5e09dab4f 100644 --- a/protocols/mRadio/mradio.dpr +++ b/protocols/mRadio/mradio.dpr @@ -173,7 +173,7 @@ begin if NumTries<1 then NumTries:=1; SetStatus(0,ID_STATUS_OFFLINE); - + StatusTmpl:=DBReadUnicode(0,PluginName,optStatusTmpl,'%radio_title%'); CallService(MS_RADIO_COMMAND,MRC_STATUS,RD_STATUS_NOSTATION); @@ -297,7 +297,7 @@ begin FillChar(desc,SizeOf(desc),0); desc.cbSize:=PROTOCOLDESCRIPTOR_V3_SIZE;//SizeOf(desc); desc.szName:=PluginName; - desc._type :=PROTOTYPE_PROTOCOL; + desc._type :=PROTOTYPE_VIRTUAL; CallService(MS_PROTO_REGISTERMODULE,0,lparam(@desc)); hhRadioStatus:=CreateHookableEvent(ME_RADIO_STATUS); -- cgit v1.2.3