0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.0077

This commit is contained in:
Bram Moolenaar
2005-05-31 22:09:46 +00:00
parent 8b044b3264
commit a04f10b606
7 changed files with 73 additions and 15 deletions

View File

@@ -274,7 +274,11 @@ dyn_libintl_init(char *libname)
if (!hLibintlDLL)
{
if (p_verbose > 0)
{
verbose_enter();
EMSG2(_(e_loadlib), GETTEXT_DLL);
verbose_leave();
}
return 0;
}
}
@@ -286,7 +290,11 @@ dyn_libintl_init(char *libname)
{
dyn_libintl_end();
if (p_verbose > 0)
{
verbose_enter();
EMSG2(_(e_loadfunc), libintl_entry[i].name);
verbose_leave();
}
return 0;
}
}