Searched refs:my_label (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.cpp144 wxString my_label = wxGetTranslation(en_label); local
146 if (my_label == en_label) {
148 my_label = wxGetTranslation(en_label.Mid(0, en_label.Length() - 4)) + wxString(wxT(": %s"));
151 CFormat label(my_label);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatTree.cpp291 wxString my_label = wxGetTranslation(m_label); local
293 if (my_label == m_label) {
295 my_label = wxGetTranslation(
300 CFormat label(my_label);

Completed in 117 milliseconds