Skip to content

Commit

Permalink
Fixed link to getting started page on first launch.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmichelo committed Sep 29, 2018
1 parent 615600c commit 90a37ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Beeftext/main.cpp
Expand Up @@ -78,7 +78,7 @@ int main(int argc, char *argv[])
if ((!PreferencesManager::instance().alreadyLaunched()) && (QMessageBox::Yes == QMessageBox::information(
&window, QObject::tr("Getting Started"), QObject::tr("New to Beeftext?\n\nDo you want to read a short "
"'Getting Started' tutorial?"), QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes)))
QDesktopServices::openUrl(QUrl(constants::kBeeftextWikiHomeUrl));
QDesktopServices::openUrl(QUrl(constants::kGettingStartedUrl));
}

prefs.setAlreadyLaunched();
Expand Down

0 comments on commit 90a37ce

Please sign in to comment.