Remove GD_T() macro

This commit is contained in:
victorlevasseur
2015-07-07 13:30:13 +02:00
parent 92ff667e7f
commit 2fe320ee3b
131 changed files with 2510 additions and 2515 deletions
+6 -6
View File
@@ -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;
}