summaryrefslogtreecommitdiff
path: root/Help/Info_Src.txt
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-23 18:16:39 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-23 18:16:39 +0000
commit59e53cb6cad99051eb3e46b919fd78ab7493061d (patch)
treece1aad2ae099649dc8a07c219c83a829545b313f /Help/Info_Src.txt
parent72c858d136d42fccd422620542b9c73808f16ae8 (diff)
added Help plugin
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@201 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Help/Info_Src.txt')
-rw-r--r--Help/Info_Src.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/Help/Info_Src.txt b/Help/Info_Src.txt
new file mode 100644
index 0000000..6e46e8e
--- /dev/null
+++ b/Help/Info_Src.txt
@@ -0,0 +1,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)