1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

Rename wizard svg file, avoids confusion. TODO: Other duplicate files like

this that are shared with config and wizards
This commit is contained in:
Fredrik Larson 2014-08-25 03:21:20 +10:00
parent 8133606453
commit 9e93c7ded5
3 changed files with 4093 additions and 4093 deletions

View File

@ -31,7 +31,7 @@
#include "uavobjectmanager.h"
const QString OutputCalibrationPage::MULTI_SVG_FILE = QString(":/setupwizard/resources/multirotor-shapes.svg");
const QString OutputCalibrationPage::FIXEDWING_SVG_FILE = QString(":/setupwizard/resources/fixedwing-shapes.svg");
const QString OutputCalibrationPage::FIXEDWING_SVG_FILE = QString(":/setupwizard/resources/fixedwing-shapes-wizard.svg");
OutputCalibrationPage::OutputCalibrationPage(SetupWizard *wizard, QWidget *parent) :
AbstractWizardPage(wizard, parent), ui(new Ui::OutputCalibrationPage), m_vehicleBoundsItem(0),

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 270 KiB

After

Width:  |  Height:  |  Size: 274 KiB

View File

@ -35,8 +35,8 @@
<file>resources/bttn-servo-standard-up.png</file>
<file>resources/wizard.png</file>
<file>resources/multirotor-shapes.svg</file>
<file>resources/fixedwing-shapes-wizard.svg</file>
<!-- these are different from the files in /config/images -->
<file>resources/fixedwing-shapes.svg</file>
<file>resources/bttn-illustration-down.png</file>
<file>resources/bttn-illustration-up.png</file>
<file>resources/bttn-save-down.png</file>