diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-04 18:43:08 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-04 18:43:08 +0000 |
commit | 5729f9c9a82d120cfd4a7eeb8b7297ac52a8332b (patch) | |
tree | da88f885f08d872f1cafe2199a2efcf1fb1a782f /include/delphi/m_skin.inc | |
parent | 8b4ca50acec418a7b16241b022f4e4b98ee971d3 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@4305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_skin.inc')
-rw-r--r-- | include/delphi/m_skin.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/delphi/m_skin.inc b/include/delphi/m_skin.inc index 07c6bca22e..9163305fce 100644 --- a/include/delphi/m_skin.inc +++ b/include/delphi/m_skin.inc @@ -163,6 +163,12 @@ const {
wParam : 0
+ lParam : PWideChar containing the name of the file to play
+ }
+ MS_SKIN_PLAYSOUNDFILE:PAnsiChar = 'Skin/Sounds/PlayFile';
+
+ {
+ wParam : 0
lParam : 0
Affect : Sent when the icons DLL has been changed in the options dialog
and everyone should remake their image lists.
|