mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
eek, I was tinkering and broke the start page. fixing...
This commit is contained in:
parent
650c1f9ce5
commit
e27e6a80ee
@ -98,7 +98,7 @@ public class MessagePanel extends GeneralPanel
|
||||
fTextArea.setBorder(BorderFactory.createLoweredBevelBorder());
|
||||
|
||||
try {
|
||||
fTextArea.setPage("/start.html");
|
||||
fTextArea.setPage(getClass().getResource("/start.html"));
|
||||
} catch (IOException ioe) {
|
||||
ioe.printStackTrace();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user