1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Spelling mistakeb

This commit is contained in:
nowrep 2011-03-03 22:52:15 +01:00
parent 3847f8662d
commit 492659f2ea
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ void TestPlugin::init(QString sPath)
bool TestPlugin::testPlugin() bool TestPlugin::testPlugin()
{ {
//This function is loaded right after init() //This function is called right after init()
//There should be some testing if plugin is loaded correctly //There should be some testing if plugin is loaded correctly
//If this function returns false, plugin is automatically unloaded //If this function returns false, plugin is automatically unloaded

View File

@ -31,7 +31,7 @@ Updater::Updater(QupZilla* mainClass, QObject *parent) :
void Updater::start() void Updater::start()
{ {
startDownloadingUpdateInfo(QUrl(QupZilla::WWWADDRESS+"/update.php?i=actualversion")); startDownloadingUpdateInfo(QUrl(QupZilla::WWWADDRESS+"/update.php?v="+QupZilla::VERSION));
} }
void Updater::createTrayIcon() void Updater::createTrayIcon()