---
 e2cmdw.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/e2cmdw.cpp
+++ b/e2cmdw.cpp
@@ -2010,7 +2010,7 @@ int e2CmdWindow::CmdHelp()
 #endif
 #ifdef	_LINUX_
 	char str[MAXPATH];
-	strncpy(str, "netscape \"http://www.lancos.com/e2p/ponyprog2000.html\" &", MAXPATH);
+	strncpy(str, "xdg-open \"http://www.lancos.com/e2p/ponyprog2000.html\" &", MAXPATH);
 	str[MAXPATH-1] = '\0';
 	system(str);
 #endif
