mirror of https://github.com/BOINC/boinc.git
LL : missing CLocalization attributes declarations.
This commit is contained in:
parent
31e5a600d2
commit
bdf3b0e4b1
|
@ -167,6 +167,6 @@ CLocalization::CLocalization() {
|
|||
_("Your tasks");
|
||||
m_strANYourTeamName =
|
||||
_("Your team");
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -99,6 +99,13 @@ public:
|
|||
wxString m_strWCGYourStatsDesc;
|
||||
wxString m_strWCGResearchName;
|
||||
wxString m_strWCGResearchDesc;
|
||||
|
||||
// Amicable numbers
|
||||
wxString m_strANHomePageName;
|
||||
wxString m_strANMessageBoardsName;
|
||||
wxString m_strANYourAccountName;
|
||||
wxString m_strANYourTasksName;
|
||||
wxString m_strANYourTeamName;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue