1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Merge branch 'thread/OP-545' into rel-12.10.2

This commit is contained in:
Oleg Semyonov 2012-11-24 19:27:57 +02:00
commit e0b5f23d71

View File

@ -199,8 +199,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"));
}