Updated version of gettext for use with MVC. (Mike Williams)
diff --git a/src/po/Make_mvc.mak b/src/po/Make_mvc.mak
index 7f37a86..32eecfe 100644
--- a/src/po/Make_mvc.mak
+++ b/src/po/Make_mvc.mak
@@ -62,8 +62,8 @@
 
 PACKAGE = vim
 
-# Correct the following line for the installation directory of gettext
-GETTEXT_PATH = H:\gettext.win32.msvcrt\bin
+# Correct the following line for the directory where gettext et al is installed
+GETTEXT_PATH = H:\gettext.0.14.4\bin
 
 MSGFMT = $(GETTEXT_PATH)\msgfmt
 XGETTEXT = $(GETTEXT_PATH)\xgettext