Skip to content

Commit

Permalink
rename Aux
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrandt1 committed Feb 23, 2018
1 parent afbbfa2 commit efbc092
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SOURCES += src/Southpole.cpp
SOURCES += src/Balaclava.cpp
SOURCES += src/Bandana.cpp
SOURCES += src/Falls.cpp
SOURCES += src/Aux.cpp
SOURCES += src/Aux_.cpp
SOURCES += src/But.cpp
SOURCES += src/Abr.cpp
SOURCES += src/Sssh.cpp
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion src/Aux.cpp → src/Aux_.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ AuxWidget::AuxWidget() {

{
SVGPanel *panel = new SVGPanel();
panel->setBackground(SVG::load(assetPlugin(plugin, "res/Aux.svg")));
panel->setBackground(SVG::load(assetPlugin(plugin, "res/Aux_.svg")));
panel->box.size = box.size;
addChild(panel);
}
Expand Down

0 comments on commit efbc092

Please sign in to comment.