mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 10:47:16 +00:00
Rename SpeedDialDialog files to SpeedDialPopup
This commit is contained in:
@@ -116,8 +116,8 @@ set(SLIC3R_GUI_SOURCES
|
|||||||
GUI/PluginPickerDialog.hpp
|
GUI/PluginPickerDialog.hpp
|
||||||
GUI/PluginsDialog.cpp
|
GUI/PluginsDialog.cpp
|
||||||
GUI/PluginsDialog.hpp
|
GUI/PluginsDialog.hpp
|
||||||
GUI/SpeedDialDialog.cpp
|
GUI/SpeedDialPopup.cpp
|
||||||
GUI/SpeedDialDialog.hpp
|
GUI/SpeedDialPopup.hpp
|
||||||
GUI/ActionRegistry.cpp
|
GUI/ActionRegistry.cpp
|
||||||
GUI/ActionRegistry.hpp
|
GUI/ActionRegistry.hpp
|
||||||
GUI/ProcessRunner.cpp
|
GUI/ProcessRunner.cpp
|
||||||
|
|||||||
@@ -141,7 +141,7 @@
|
|||||||
#include "slic3r/Utils/bambu_networking.hpp"
|
#include "slic3r/Utils/bambu_networking.hpp"
|
||||||
|
|
||||||
#include "PluginsDialog.hpp"
|
#include "PluginsDialog.hpp"
|
||||||
#include "SpeedDialDialog.hpp"
|
#include "SpeedDialPopup.hpp"
|
||||||
#include "TerminalDialog.hpp"
|
#include "TerminalDialog.hpp"
|
||||||
|
|
||||||
//#ifdef WIN32
|
//#ifdef WIN32
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "SpeedDialDialog.hpp"
|
#include "SpeedDialPopup.hpp"
|
||||||
|
|
||||||
#include "ActionRegistry.hpp"
|
#include "ActionRegistry.hpp"
|
||||||
#include "GUI.hpp"
|
#include "GUI.hpp"
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#ifndef slic3r_GUI_SpeedDialDialog_hpp_
|
#ifndef slic3r_GUI_SpeedDialPopup_hpp_
|
||||||
#define slic3r_GUI_SpeedDialDialog_hpp_
|
#define slic3r_GUI_SpeedDialPopup_hpp_
|
||||||
|
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
|
|
||||||
Reference in New Issue
Block a user