First workable release

This commit is contained in:
2015-05-31 17:27:15 +03:00
parent c24f6d6469
commit 142f57ac4b
7 changed files with 47 additions and 21 deletions

View File

@@ -327,7 +327,7 @@ void MainFrame::OnbtnGenerateClick(wxCommandEvent &event) {
event.Skip();
DictType dict;
std::vector<wxString> words_out;
readDict(wxT("fdict.txt"), dict);
readDict(wxT("big_cross_ru.txt"), dict);
GridType grid;
if (tPath->GetValue() == wxEmptyString){
wxMessageBox( wxT("Не указана путь к сетке"), wxT("Инфо"), wxICON_INFORMATION);