comparison src/gui_w48.c @ 839:1f3b1021f002 v7.0e05

updated for version 7.0e05
author vimboss
date Fri, 21 Apr 2006 22:12:41 +0000
parents 8e5830943bff
children 9f279ebda751
comparison
equal deleted inserted replaced
838:8e5830943bff 839:1f3b1021f002
2332 /* Add the tab */ 2332 /* Add the tab */
2333 tie.pszText = "-Empty-"; 2333 tie.pszText = "-Empty-";
2334 TabCtrl_InsertItem(s_tabhwnd, nr, &tie); 2334 TabCtrl_InsertItem(s_tabhwnd, nr, &tie);
2335 } 2335 }
2336 2336
2337 get_tabline_label(tp); 2337 get_tabline_label(tp, FALSE);
2338 tie.pszText = NameBuff; 2338 tie.pszText = NameBuff;
2339 #ifdef FEAT_MBYTE 2339 #ifdef FEAT_MBYTE
2340 wstr = NULL; 2340 wstr = NULL;
2341 if (use_unicode) 2341 if (use_unicode)
2342 { 2342 {