LL : missing CLocalization attributes declarations.

This commit is contained in:
Laurent Lyaudet 2023-07-03 22:53:28 +02:00
parent 31e5a600d2
commit bdf3b0e4b1
2 changed files with 8 additions and 1 deletions

View File

@ -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