diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-28 18:36:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-28 18:36:28 +0000 |
commit | 8af82ecb2b91203e152d9a238bb268527fd4848d (patch) | |
tree | ef363ecf2d96a23364fbe1a385f4c1390db754ce /protocols/mRadio/mradio.dpr | |
parent | 6e7708ae1760c85840f2e30e9af7221d2b149905 (diff) |
mRadio, RSS, Quotes & YAMN became virtual
git-svn-id: http://svn.miranda-ng.org/main/trunk@2542 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/mRadio/mradio.dpr')
-rw-r--r-- | protocols/mRadio/mradio.dpr | 4 |
1 files changed, 2 insertions, 2 deletions
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);
|