Searched refs:en_label (Results 1 - 1 of 1) 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.cpp143 wxString en_label = GetStringData(); local
144 wxString my_label = wxGetTranslation(en_label);
146 if (my_label == en_label) {
147 if (en_label.Right(4) == wxT(": %s")) {
148 my_label = wxGetTranslation(en_label.Mid(0, en_label.Length() - 4)) + wxString(wxT(": %s"));

Completed in 36 milliseconds