From c4e2e2cfa438205154e7a074e46bd0fb267bb35d Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Sat, 5 Apr 2014 17:52:11 +0000 Subject: mRadio "Quick Open" added git-svn-id: http://svn.miranda-ng.org/main/trunk@8863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/delphi/m_radio.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/delphi/m_radio.inc b/plugins/ExternalAPI/delphi/m_radio.inc index 0d8775723f..361d1ce860 100644 --- a/plugins/ExternalAPI/delphi/m_radio.inc +++ b/plugins/ExternalAPI/delphi/m_radio.inc @@ -70,6 +70,11 @@ const } MS_RADIO_MUTE:PAnsiChar = 'mRadio/Mute'; +{ + wParam,lParam = 0 +} + MS_RADIO_QUICKOPEN:PAnsiChar = 'mRadio/QuickOpen'; + { Send command to mRadio wParam: command (see MRC_* constant) -- cgit v1.2.3