mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
ENH: add translation for choose color dialog
Change-Id: Ic59286939fcf5a9905950c249ee3e9b03a55398e Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -691,7 +691,7 @@ PlaterPresetComboBox::PlaterPresetComboBox(wxWindow *parent, Preset::Type preset
|
|||||||
m_clrData.SetChooseAlpha(false);
|
m_clrData.SetChooseAlpha(false);
|
||||||
|
|
||||||
wxColourDialog dialog(this, &m_clrData);
|
wxColourDialog dialog(this, &m_clrData);
|
||||||
dialog.SetTitle("Please choose the filament colour");
|
dialog.SetTitle(_L("Please choose the filament colour"));
|
||||||
if ( dialog.ShowModal() == wxID_OK )
|
if ( dialog.ShowModal() == wxID_OK )
|
||||||
{
|
{
|
||||||
m_clrData = dialog.GetColourData();
|
m_clrData = dialog.GetColourData();
|
||||||
|
|||||||
Reference in New Issue
Block a user