mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 11:52:05 +00:00
ENH:translate text
jira: none Change-Id: I0bbacfc198b93f663d1e844664440e45cf39617d (cherry picked from commit 248f6daf96591010654263d57c14bf45fef2a53b)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "DeviceManager.hpp"
|
||||
class Button;
|
||||
class CheckBox;
|
||||
class Label;
|
||||
namespace Slic3r { namespace GUI {
|
||||
class CapsuleButton;
|
||||
class SyncAmsInfoDialog : public DPIDialog
|
||||
@@ -312,7 +313,9 @@ private:
|
||||
wxBoxSizer * sizer_basic_right_info = nullptr;
|
||||
wxBoxSizer * sizer_advanced_options_title = nullptr;
|
||||
wxPanel * m_rename_edit_panel = nullptr;
|
||||
wxStaticText * m_confirm_title = nullptr;
|
||||
Label * m_confirm_title = nullptr;
|
||||
wxString m_undone_str;
|
||||
wxString m_override_undone_str;
|
||||
wxStaticText * m_are_you_sure_title = nullptr;
|
||||
|
||||
// wxBoxSizer * m_plate_combox_sizer = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user