diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-21 22:12:41 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-21 22:12:41 +0000 |
commit | 57657d85c6c3d812e99b5e5d5161c07c66ac7dc7 (patch) | |
tree | 35b6845dc38717148718ac5cf70553b8c2cb96d8 /src/gui_w48.c | |
parent | fc1421eb53b17aa58b01a9c07ba2007eb4a1aa4f (diff) | |
download | vim-git-57657d85c6c3d812e99b5e5d5161c07c66ac7dc7.tar.gz |
updated for version 7.0e05v7.0e05
Diffstat (limited to 'src/gui_w48.c')
-rw-r--r-- | src/gui_w48.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w48.c b/src/gui_w48.c index 6e4ec1ad6..2e43557f2 100644 --- a/src/gui_w48.c +++ b/src/gui_w48.c @@ -2334,7 +2334,7 @@ gui_mch_update_tabline(void) TabCtrl_InsertItem(s_tabhwnd, nr, &tie); } - get_tabline_label(tp); + get_tabline_label(tp, FALSE); tie.pszText = NameBuff; #ifdef FEAT_MBYTE wstr = NULL; |