summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-05 20:24:39 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-05 20:24:39 +0000
commitd82a47dd0493ee976aa3f15ecdc9aea7da6ad5bf (patch)
tree604109254c7057942fce5c1af26fdd1bc36c066f /src/gui_w32.c
parentbb8cac56d9c398a2b546d9c81c15e8c3d8fd811e (diff)
patch 8.2.4012: error messages are spread outv8.2.4012
Problem: Error messages are spread out. Solution: Move the last error messages to errors.h.
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index cba3179658..0f9a20efd1 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -4991,7 +4991,7 @@ ole_error(char *arg)
static char *
gvim_error(void)
{
- char *msg = _("E988: GUI cannot be used. Cannot execute gvim.exe.");
+ char *msg = _(e_gui_cannot_be_used_cannot_execute_gvim_exe);
if (starting)
{