#include "wx/xrc/xh_combo.h"
#include "wx/combobox.h"
+#include "wx/intl.h"
#if wxUSE_COMBOBOX
// handle <item>Label</item>
// add to the list
- strList.Add(GetNodeContent(m_node));
+ strList.Add(wxGetTranslation(GetNodeContent(m_node)));
return NULL;
}