summaryrefslogtreecommitdiff
path: root/Help/Info_Src.txt
blob: 6e46e8e006d9c51153ea031859285a59a03e8d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 
Help Plugin 0.2.1.2 for Miranda IM 0.6+
------------------------------------------------------------------------
					Source Code

Reminder:
The Help Plugin is released under the terms of the
GNU General Public License.
See 'Help-License.txt' for more details.
Help Plugin is copyright 2002 Richard Hughes, 2005-2007 H. Herkenrath.

Please notify me of any changes that improve 
the help Plugin or add new features.
If you have any questions on the code, feel free
to contact me at my email address.
						
	H. Herkenrath (hrathh at users.sourceforge.net)


Notes
------------------------------------------------------------------------
The project files for VS 7 and 8 (*.vcproj and *.vspscc) are not
kept up-to-date.
The working project files are the ones of VS 6 (*.dsw and *.dsp).

When modifying resource with VC 6 the resource editor replaces
RICHEDIT_CLASS in the resources automatically by 'RichEdit20A'.
When compiling for final release make sure to correct this
again to RICHEDIT_CLASS to maintain unicode support correctly.

The following files need to be changed to bump the version number:

Info_Src.txt (1 place)
version.h (6 places)
m_help.h (1 place)
m_help.inc (1 place)
Docs\Help-Readme.txt (3 places)
Docs\Help-Translation.txt (2 places)
Docs\Help-Developer.txt (1 place)