Rename SpeedDialDialog files to SpeedDialPopup

This commit is contained in:
Andrew
2026-07-16 16:09:30 +08:00
parent 9279f86858
commit 13f5c777cc
4 changed files with 6 additions and 6 deletions

View File

@@ -141,7 +141,7 @@
#include "slic3r/Utils/bambu_networking.hpp"
#include "PluginsDialog.hpp"
#include "SpeedDialDialog.hpp"
#include "SpeedDialPopup.hpp"
#include "TerminalDialog.hpp"
//#ifdef WIN32

View File

@@ -1,4 +1,4 @@
#include "SpeedDialDialog.hpp"
#include "SpeedDialPopup.hpp"
#include "ActionRegistry.hpp"
#include "GUI.hpp"

View File

@@ -1,5 +1,5 @@
#ifndef slic3r_GUI_SpeedDialDialog_hpp_
#define slic3r_GUI_SpeedDialDialog_hpp_
#ifndef slic3r_GUI_SpeedDialPopup_hpp_
#define slic3r_GUI_SpeedDialPopup_hpp_
#include <wx/string.h>