From 255cade7a020c9a71e4fd48579eb4d3f53d8e842 Mon Sep 17 00:00:00 2001 From: leavengood Date: Fri, 7 Jan 2011 21:07:08 +0000 Subject: [PATCH] Use the loader page in the settings directory which handles the case when no welcome page is installed (such as nightlies.) To do: not hard-coding the settings directory. Fixes Haiku bug #6869. git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@572 94f232f2-1747-11df-bad5-a5bfde151594 --- src/apps/webpositive/SettingsKeys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/webpositive/SettingsKeys.cpp b/src/apps/webpositive/SettingsKeys.cpp index 10208c8aff..b72166cd3a 100644 --- a/src/apps/webpositive/SettingsKeys.cpp +++ b/src/apps/webpositive/SettingsKeys.cpp @@ -43,7 +43,7 @@ const char* kSettingsKeySearchPageURL = "search page url"; const char* kDefaultDownloadPath = "/boot/home/Desktop/"; const char* kDefaultStartPageURL - = "file:///boot/system/documentation/welcome/welcome_en.html"; + = "file:///boot/home/config/settings/WebPositive/LoaderPages/Welcome"; const char* kDefaultSearchPageURL = "http://www.google.com"; const char* kSettingsKeyUseProxy = "use http proxy";