summaryrefslogtreecommitdiff
path: root/include/delphi/m_system.inc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-10 19:55:33 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-10 19:55:33 +0000
commit503d82db45bf24f4739d126d43bfbeee4828a882 (patch)
tree87b6ec821155e7459af203cde96fc6f9d6104027 /include/delphi/m_system.inc
parent6ad65c4d4fce1d5ce1a1873ee84feaff753c9d48 (diff)
- m_core.inc almost returned back to int_ptr
- another pascal headers merged git-svn-id: http://svn.miranda-ng.org/main/trunk@3964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_system.inc')
-rw-r--r--include/delphi/m_system.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/delphi/m_system.inc b/include/delphi/m_system.inc
index 642c7ab557..5fad959d8a 100644
--- a/include/delphi/m_system.inc
+++ b/include/delphi/m_system.inc
@@ -25,7 +25,7 @@
{$IFNDEF MIRANDANAME}
{$DEFINE MIRANDANAME}
const
- MIRANDANAME = 'Miranda IM';
+ MIRANDANAME = 'Miranda NG';
{$ENDIF}
{$IFNDEF MIRANDACLASS}
{$DEFINE MIRANDACLASS}
@@ -49,8 +49,10 @@ const
ME_SYSTEM_SHUTDOWN:PAnsiChar = 'Miranda/System/Shutdown';
{ restarts miranda ( 0.8+ )
- wParam=0 or 1. 1 - restart with current profile, 0 - restart in default profile or profile manager
- lParam=0
+ wParam = 0 or 1.
+ 1 - restart with current profile,
+ 0 - restart in default profile or profile manager
+ lParam = 0
}
MS_SYSTEM_RESTART:PAnsiChar = 'Miranda/System/Restart';