summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app.c3
1 files changed, 1 insertions, 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) {
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);