1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-16 08: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),

View File

@ -20,7 +20,7 @@
enable-background="new 0 0 792 1008"
xml:space="preserve"
inkscape:version="0.48.4 r9939"
sodipodi:docname="fixedwing-shapes.svg"><metadata
sodipodi:docname="fixedwing-shapes-wizard.svg"><metadata
id="metadata4103"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs

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>