diff options
Diffstat (limited to 'Applications')
-rw-r--r-- | Applications/Browser/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/Browser/main.cpp b/Applications/Browser/main.cpp index 78d017eab9..0364619dcb 100644 --- a/Applications/Browser/main.cpp +++ b/Applications/Browser/main.cpp @@ -90,7 +90,7 @@ int main(int argc, char** argv) window->set_main_widget(widget); window->show(); - html_widget->load("file:///home/anon/www/phint.html"); + html_widget->load("file:///home/anon/www/welcome.html"); return app.exec(); } |