From d00bad405eb02ab64212ee148a906d87ad298f05 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 19 Sep 2020 07:57:07 +0300 Subject: Windows: Updated a comment about urlopen.bat --- src/app.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3