summaryrefslogtreecommitdiff
path: root/include/delphi
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi')
-rw-r--r--include/delphi/m_icolib.inc2
-rw-r--r--include/delphi/m_skin.inc8
2 files changed, 1 insertions, 9 deletions
diff --git a/include/delphi/m_icolib.inc b/include/delphi/m_icolib.inc
index 57e68e57ef..a804c3c643 100644
--- a/include/delphi/m_icolib.inc
+++ b/include/delphi/m_icolib.inc
@@ -101,6 +101,6 @@ function IcoLib_IsManaged(icon:HICON) : THandle; stdcall;
Icons change notification
}
const
- ME_SKIN2_ICONSCHANGED:PAnsiChar = 'Skin2/IconsChanged';
+ ME_SKIN_ICONSCHANGED:PAnsiChar = 'Skin/IconsChanged';
{$ENDIF}
diff --git a/include/delphi/m_skin.inc b/include/delphi/m_skin.inc
index 0aa6d537e9..b1cf7e3acc 100644
--- a/include/delphi/m_skin.inc
+++ b/include/delphi/m_skin.inc
@@ -123,12 +123,4 @@ const
}
MS_SKIN_LOADICON:PAnsiChar = 'Skin/Icons/Load';
- {
- wParam : 0
- lParam : 0
- Affect : Sent when the icons DLL has been changed in the options dialog
- and everyone should remake their image lists.
- }
- ME_SKIN_ICONSCHANGED:PAnsiChar = 'Skin/IconsChanged';
-
{$ENDIF}