/[winpt]/trunk/Src/wptListView.cpp
ViewVC logotype

Diff of /trunk/Src/wptListView.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 204 by twoaday, Wed Apr 26 06:37:23 2006 UTC revision 205 by twoaday, Thu Apr 27 12:46:03 2006 UTC
# Line 201  listview_set_item2 (listview_ctrl_t ctx, Line 201  listview_set_item2 (listview_ctrl_t ctx,
201  void  void
202  listview_add_sub_item (listview_ctrl_t ctx, int pos, int col, const char *text)  listview_add_sub_item (listview_ctrl_t ctx, int pos, int col, const char *text)
203  {  {
204      char *utf8_txt;      ListView_SetItemText (ctx->ctrl, pos, col, (char*)text);
   
     utf8_txt = utf8_to_native (text);  
     ListView_SetItemText (ctx->ctrl, pos, col, utf8_txt);  
     safe_free (utf8_txt);  
205  }  }
206    
207    

Legend:
Removed from v.204  
changed lines
  Added in v.205

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26