diff options
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_quickcontacts.inc')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_quickcontacts.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/delphi/m_quickcontacts.inc b/plugins/ExternalAPI/delphi/m_quickcontacts.inc index d82d23f5e7..af3de6696f 100644 --- a/plugins/ExternalAPI/delphi/m_quickcontacts.inc +++ b/plugins/ExternalAPI/delphi/m_quickcontacts.inc @@ -27,5 +27,6 @@ wParam: ignored lParam: ignored
}
const
- MS_QC_SHOW_DIALOG = 'QuickContacts/ShowDialog';
+ MS_QC_SHOW_DIALOG:PAnsiChar = 'QuickContacts/ShowDialog';
+
{$ENDIF}
|