mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 10:35:35 -04:00
Remove GD_T() macro
This commit is contained in:
@@ -245,7 +245,7 @@ void Box3DObjectEditor::OnfrontAddFromBtClick(wxCommandEvent& event)
|
||||
{
|
||||
if ( !m_mgr.GetPane( resourcesEditor ).IsShown() )
|
||||
{
|
||||
gd::LogMessage(GD_T("Please display the image bank's editor and select an image before clicking on this button."));
|
||||
gd::LogMessage(_("Please display the image bank's editor and select an image before clicking on this button."));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -256,7 +256,7 @@ void Box3DObjectEditor::OntopAddFromBtClick(wxCommandEvent& event)
|
||||
{
|
||||
if ( !m_mgr.GetPane( resourcesEditor ).IsShown() )
|
||||
{
|
||||
gd::LogMessage(GD_T("Please display the image bank's editor and select an image before clicking on this button."));
|
||||
gd::LogMessage(_("Please display the image bank's editor and select an image before clicking on this button."));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -268,7 +268,7 @@ void Box3DObjectEditor::OnbottomAddFromBtClick(wxCommandEvent& event)
|
||||
{
|
||||
if ( !m_mgr.GetPane( resourcesEditor ).IsShown() )
|
||||
{
|
||||
gd::LogMessage(GD_T("Please display the image bank's editor and select an image before clicking on this button."));
|
||||
gd::LogMessage(_("Please display the image bank's editor and select an image before clicking on this button."));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -279,7 +279,7 @@ void Box3DObjectEditor::OnleftAddFromBtClick(wxCommandEvent& event)
|
||||
{
|
||||
if ( !m_mgr.GetPane( resourcesEditor ).IsShown() )
|
||||
{
|
||||
gd::LogMessage(GD_T("Please display the image bank's editor and select an image before clicking on this button."));
|
||||
gd::LogMessage(_("Please display the image bank's editor and select an image before clicking on this button."));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -290,7 +290,7 @@ void Box3DObjectEditor::OnrightAddFromBtClick(wxCommandEvent& event)
|
||||
{
|
||||
if ( !m_mgr.GetPane( resourcesEditor ).IsShown() )
|
||||
{
|
||||
gd::LogMessage(GD_T("Please display the image bank's editor and select an image before clicking on this button."));
|
||||
gd::LogMessage(_("Please display the image bank's editor and select an image before clicking on this button."));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -301,7 +301,7 @@ void Box3DObjectEditor::OnbackAddFromBtClick(wxCommandEvent& event)
|
||||
{
|
||||
if ( !m_mgr.GetPane( resourcesEditor ).IsShown() )
|
||||
{
|
||||
gd::LogMessage(GD_T("Please display the image bank's editor and select an image before clicking on this button."));
|
||||
gd::LogMessage(_("Please display the image bank's editor and select an image before clicking on this button."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user