diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-19 07:57:07 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-19 07:57:07 +0300 |
commit | d00bad405eb02ab64212ee148a906d87ad298f05 (patch) | |
tree | d603ade7c37479e2fb990c2647dfe6bd2fd126f6 | |
parent | fa5632e99e1ff723026fca053e4edc5aa8acbb3d (diff) |
Windows: Updated a comment about urlopen.bat
-rw-r--r-- | src/app.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1047,8 +1047,7 @@ void openInDefaultBrowser_App(const iString *url) { | |||
1047 | concatPath_CStr(cstr_String(execPath_App()), "../urlopen.bat"), | 1047 | concatPath_CStr(cstr_String(execPath_App()), "../urlopen.bat"), |
1048 | cstr_String(url), | 1048 | cstr_String(url), |
1049 | NULL)) | 1049 | NULL)) |
1050 | /* TODO: Should consult environment variables to find the | 1050 | /* TODO: The prompt window is shown momentarily... */ |
1051 | right cmd.exe. Also, the prompt window is shown momentarily... */ | ||
1052 | #endif | 1051 | #endif |
1053 | ); | 1052 | ); |
1054 | start_Process(proc); | 1053 | start_Process(proc); |