comparison src/dosinst.c @ 4352:04736b4030ec v7.3.925

updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 May 2013 04:24:17 +0200
parents 918d7df425af
children 53bc55e58fef
comparison
equal deleted inserted replaced
4351:e5137a5dcf15 4352:04736b4030ec
1607 } 1607 }
1608 } 1608 }
1609 1609
1610 /* 1610 /*
1611 * Only add the choice for the open-with menu entry when gvim.exe was found 1611 * Only add the choice for the open-with menu entry when gvim.exe was found
1612 * and and regedit.exe exist. 1612 * and regedit.exe exist.
1613 */ 1613 */
1614 static void 1614 static void
1615 init_openwith_choice(void) 1615 init_openwith_choice(void)
1616 { 1616 {
1617 if (has_gvim 1617 if (has_gvim