git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16890
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/xrc/xh_chckl.h"
#include "wx/checklst.h"
#include "wx/xrc/xh_chckl.h"
#include "wx/checklst.h"
wxCheckListXmlHandler::wxCheckListXmlHandler()
: wxXmlResourceHandler(), m_insideBox(FALSE)
wxCheckListXmlHandler::wxCheckListXmlHandler()
: wxXmlResourceHandler(), m_insideBox(FALSE)
// handle <item checked="boolean">Label</item>
// add to the list
// handle <item checked="boolean">Label</item>
// add to the list
- strList.Add(GetNodeContent(m_node));
+ strList.Add(wxGetTranslation(GetNodeContent(m_node)));
#include "wx/xrc/xh_choic.h"
#include "wx/choice.h"
#include "wx/xrc/xh_choic.h"
#include "wx/choice.h"
wxChoiceXmlHandler::wxChoiceXmlHandler()
: wxXmlResourceHandler() , m_insideBox(FALSE)
wxChoiceXmlHandler::wxChoiceXmlHandler()
: wxXmlResourceHandler() , m_insideBox(FALSE)
// handle <item>Label</item>
// add to the list
// handle <item>Label</item>
// add to the list
- strList.Add(GetNodeContent(m_node));
+ strList.Add(wxGetTranslation(GetNodeContent(m_node)));
#include "wx/xrc/xh_combo.h"
#include "wx/combobox.h"
#include "wx/xrc/xh_combo.h"
#include "wx/combobox.h"
// handle <item>Label</item>
// add to the list
// handle <item>Label</item>
// add to the list
- strList.Add(GetNodeContent(m_node));
+ strList.Add(wxGetTranslation(GetNodeContent(m_node)));
#include "wx/xrc/xh_listb.h"
#include "wx/listbox.h"
#include "wx/xrc/xh_listb.h"
#include "wx/listbox.h"
wxListBoxXmlHandler::wxListBoxXmlHandler()
: wxXmlResourceHandler() , m_insideBox(FALSE)
wxListBoxXmlHandler::wxListBoxXmlHandler()
: wxXmlResourceHandler() , m_insideBox(FALSE)
// handle <item>Label</item>
// add to the list
// handle <item>Label</item>
// add to the list
- strList.Add(GetNodeContent(m_node));
+ strList.Add(wxGetTranslation(GetNodeContent(m_node)));
#include "wx/xrc/xh_radbx.h"
#include "wx/radiobox.h"
#include "wx/xrc/xh_radbx.h"
#include "wx/radiobox.h"
// handle <item selected="boolean">Label</item>
// add to the list
// handle <item selected="boolean">Label</item>
// add to the list
- strList.Add(GetNodeContent(m_node));
+ strList.Add(wxGetTranslation(GetNodeContent(m_node)));
#include "wx/xrc/xh_chckl.h"
#include "wx/checklst.h"
#include "wx/xrc/xh_chckl.h"
#include "wx/checklst.h"
wxCheckListXmlHandler::wxCheckListXmlHandler()
: wxXmlResourceHandler(), m_insideBox(FALSE)
wxCheckListXmlHandler::wxCheckListXmlHandler()
: wxXmlResourceHandler(), m_insideBox(FALSE)
// handle <item checked="boolean">Label</item>
// add to the list
// handle <item checked="boolean">Label</item>
// add to the list
- strList.Add(GetNodeContent(m_node));
+ strList.Add(wxGetTranslation(GetNodeContent(m_node)));
#include "wx/xrc/xh_choic.h"
#include "wx/choice.h"
#include "wx/xrc/xh_choic.h"
#include "wx/choice.h"
wxChoiceXmlHandler::wxChoiceXmlHandler()
: wxXmlResourceHandler() , m_insideBox(FALSE)
wxChoiceXmlHandler::wxChoiceXmlHandler()
: wxXmlResourceHandler() , m_insideBox(FALSE)
// handle <item>Label</item>
// add to the list
// handle <item>Label</item>
// add to the list
- strList.Add(GetNodeContent(m_node));
+ strList.Add(wxGetTranslation(GetNodeContent(m_node)));
#include "wx/xrc/xh_combo.h"
#include "wx/combobox.h"
#include "wx/xrc/xh_combo.h"
#include "wx/combobox.h"
// handle <item>Label</item>
// add to the list
// handle <item>Label</item>
// add to the list
- strList.Add(GetNodeContent(m_node));
+ strList.Add(wxGetTranslation(GetNodeContent(m_node)));
#include "wx/xrc/xh_listb.h"
#include "wx/listbox.h"
#include "wx/xrc/xh_listb.h"
#include "wx/listbox.h"
wxListBoxXmlHandler::wxListBoxXmlHandler()
: wxXmlResourceHandler() , m_insideBox(FALSE)
wxListBoxXmlHandler::wxListBoxXmlHandler()
: wxXmlResourceHandler() , m_insideBox(FALSE)
// handle <item>Label</item>
// add to the list
// handle <item>Label</item>
// add to the list
- strList.Add(GetNodeContent(m_node));
+ strList.Add(wxGetTranslation(GetNodeContent(m_node)));
#include "wx/xrc/xh_radbx.h"
#include "wx/radiobox.h"
#include "wx/xrc/xh_radbx.h"
#include "wx/radiobox.h"
// handle <item selected="boolean">Label</item>
// add to the list
// handle <item selected="boolean">Label</item>
// add to the list
- strList.Add(GetNodeContent(m_node));
+ strList.Add(wxGetTranslation(GetNodeContent(m_node)));