Lagrange [release]

Windows: Updated a comment about urlopen.bat

d00bad405eb02ab64212ee148a906d87ad298f05
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);