diff options
-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); |