remotes/origin/falkon
nowrep 14 years ago
parent bff899ca5a
commit cc63da0765
  1. 2
      README.md
  2. 2
      src/plugins/speeddial.cpp

@ -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

@ -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\";";
}

Loading…
Cancel
Save