1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-545 Changed URL for help page in Import/Export plugin.

This commit is contained in:
Fredrik Arvidsson 2012-11-19 21:43:10 +01:00
parent 8332f32519
commit f0a3de4d72

View File

@ -200,7 +200,7 @@ void ImportExportGadgetWidget::importConfiguration(const QString& fileName)
void ImportExportGadgetWidget::on_helpButton_clicked()
{
qDebug() << "Show Help";
QDesktopServices::openUrl(QUrl("http://wiki.openpilot.org/Import_Export_plugin"));
QDesktopServices::openUrl(QUrl("http://wiki.openpilot.org/x/OQBj"));
}