1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
This commit is contained in:
nowrep 2012-01-15 18:22:59 +01:00
parent bff899ca5a
commit cc63da0765
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ QupZilla Web Browser
----------------------------------------------------------------------------------------
Homepage: http://www.qupzilla.com
Blog: http://qupzilla.blogspot.com/
Blog: http://blog.qupzilla.com/
IRC: `#qupzilla` at `irc.freenode.net`
About QupZilla

View File

@ -41,7 +41,7 @@ void SpeedDial::loadSettings()
if (m_allPages.isEmpty()) {
m_allPages = "url:\"http://www.google.com\"|title:\"Google\";"
"url:\"http://www.qupzilla.com\"|title:\"QupZilla\";"
"url:\"http://qupzilla.blogspot.com\"|title:\"QupZilla Blog\";"
"url:\"http://blog.qupzilla.com\"|title:\"QupZilla Blog\";"
"url:\"https://github.com/nowrep/QupZilla\"|title:\"QupZilla GitHub\";"
"url:\"http://facebook.com\"|title:\"Facebook\";";
}