Skip to content

Commit

Permalink
Windows: Updated a comment about urlopen.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 19, 2020
1 parent fa5632e commit d00bad4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d00bad4

Please sign in to comment.