Revision: 7237
http://svn.sourceforge.net/mahogany/?rev=7237&view=rev
Author: vadz
Date: 2007-04-23 13:24:28 -0700 (Mon, 23 Apr 2007)
Log Message:
-----------
use wxString::assign() overload available in both wx 2.8 and 3
Modified Paths:
--------------
trunk/M/src/classes/ComposeTemplate.cpp
Modified: trunk/M/src/classes/ComposeTemplate.cpp
===================================================================
--- trunk/M/src/classes/ComposeTemplate.cpp 2007-04-23 20:23:09 UTC (rev
7236)
+++ trunk/M/src/classes/ComposeTemplate.cpp 2007-04-23 20:24:28 UTC (rev
7237)
@@ -731,7 +731,7 @@
n = wrapMargin;
}
- value.append(lineCur, n);
+ value.append(lineCur, 0, n);
value += '\n';
// we don't need to start the new line with spaces so remove them
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates