summaryrefslogtreecommitdiff
path: root/plugins/Chess4Net/MI/MirandaINC/m_history.inc
diff options
context:
space:
mode:
authorPavel Perminov <packpaul@mail.ru>2012-09-26 19:02:53 +0000
committerPavel Perminov <packpaul@mail.ru>2012-09-26 19:02:53 +0000
commita0f6fd68a56068a20e7186e2dd2d7daccfbce4aa (patch)
treec729df922348c49431db745e0d694f228e53e4dc /plugins/Chess4Net/MI/MirandaINC/m_history.inc
parentd9cd01de6dd3458ad806fdbe1d29108eda55b3e4 (diff)
Chess4Net_MI 2010.0 release (106 rev. truncated adjusted copy)
git-svn-id: http://svn.miranda-ng.org/main/trunk@1666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Chess4Net/MI/MirandaINC/m_history.inc')
-rw-r--r--plugins/Chess4Net/MI/MirandaINC/m_history.inc37
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/Chess4Net/MI/MirandaINC/m_history.inc b/plugins/Chess4Net/MI/MirandaINC/m_history.inc
new file mode 100644
index 0000000000..af019ee255
--- /dev/null
+++ b/plugins/Chess4Net/MI/MirandaINC/m_history.inc
@@ -0,0 +1,37 @@
+(*
+
+Miranda IM: the free IM client for Microsoft* Windows*
+
+Copyright 2000-2003 Miranda ICQ/IM project,
+all portions of this codebase are copyrighted to the people
+listed in contributors.txt.
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+*)
+{$IFNDEF M_HISTORY}
+{$DEFINE M_HISTORY}
+
+const
+
+ {
+ wParam : HCONTACT
+ lParam : 0
+ Affects: Show's the history dialog box for a contact, see notes
+ Notes : HCONTACT can be NULL(0) to show system messages
+ }
+ MS_HISTORY_SHOWCONTACTHISTORY = 'History/ShowContactHistory';
+
+{$ENDIF}