Pl_Editor: fix minor issues in multi-lines texts

Others: fix very minor issues.
This commit is contained in:
jean-pierre charras
2013-08-18 17:49:04 +02:00
parent 3f7d24bccf
commit 4e1da2b6d0
11 changed files with 1434 additions and 1423 deletions
+2 -2
View File
@@ -136,8 +136,8 @@ wxString WS_DRAW_ITEM_LIST::BuildFullText( const wxString& aTextbase )
msg << aTextbase[ii];
continue;
}
ii++;
if( ii >= aTextbase.Len() )
if( ++ii >= aTextbase.Len() )
break;
wxChar format = aTextbase[ii];