Commit e7dc53d6 authored by plyatov's avatar plyatov

Added some translations to russian.

Added link to international wiki in to the "About" window.
parent 00bda3c9
No preview for this file type
This diff is collapsed.
......@@ -67,9 +67,11 @@ wxString Msg = MsgInfos;
if( wxSUBRELEASE_NUMBER )
Msg << wxT(".") << wxSUBRELEASE_NUMBER;
Msg << _("\n\nGPL License");
Msg << _("\n\nWeb sites:\n");
Msg << _("\n\nAuthor's sites:\n");
Msg << wxT("http://iut-tice.ujf-grenoble.fr/kicad/\n");
Msg << wxT("http://www.gipsa-lab.inpg.fr/realise_au_lis/kicad/");
Msg << _("\n\nInternational wiki:\n");
Msg << wxT("http://kicad.sourceforge.net/\n");
AboutCaption << g_Main_Title << wxT(" ") << GetBuildVersion();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment