From d00bad405eb02ab64212ee148a906d87ad298f05 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= jaakko.keranen@iki.fi
Date: Sat, 19 Sep 2020 07:57:07 +0300
Subject: [PATCH 1/1] Windows: Updated a comment about urlopen.bat
src/app.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/app.c b/src/app.c
index 2928522b..8fa16b93 100644
--- a/src/app.c
+++ b/src/app.c
@@ -1047,8 +1047,7 @@ void openInDefaultBrowser_App(const iString *url) {
concatPath_CStr(cstr_String(execPath_App()), "../urlopen.bat"),
cstr_String(url),
NULL))
/* TODO: Should consult environment variables to find the
right cmd.exe. Also, the prompt window is shown momentarily... */
/* TODO: The prompt window is shown momentarily... */
#endif
);
start_Process(proc);
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).