Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 115997
Collapse All | Expand All

(-)Risk.java (-1 / +1 lines)
Lines 2247-2253 Link Here
2247
				cmd = "rundll32 url.dll,FileProtocolHandler file://"+ file.getAbsolutePath();
2247
				cmd = "rundll32 url.dll,FileProtocolHandler file://"+ file.getAbsolutePath();
2248
			}
2248
			}
2249
			else {
2249
			else {
2250
				cmd = "mozilla file://"+ file.getAbsolutePath();
2250
				cmd = "firefox file://"+ file.getAbsolutePath();
2251
			}
2251
			}
2252
2252
2253
			Runtime.getRuntime().exec(cmd);
2253
			Runtime.getRuntime().exec(cmd);

Return to bug 115997