From: <ma...@us...> - 2004-03-03 16:40:32
|
Update of /cvsroot/sharedaemon/ui-wx/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19096 Modified Files: wxInterface.cpp Log Message: Added Italian translation by Daniele Barilla Index: wxInterface.cpp =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/src/wxInterface.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- wxInterface.cpp 22 Feb 2004 23:54:37 -0000 1.18 +++ wxInterface.cpp 3 Mar 2004 16:20:00 -0000 1.19 @@ -174,6 +174,7 @@ supportedlangs.Add(wxT("French")); supportedlangs.Add(wxT("Spanish")); supportedlangs.Add(wxT("Hungarian")); + supportedlangs.Add(wxT("Italian")); m_config->SetPath(wxT("/General/Lang")); |