mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	CCreatureWindow: correct caption for "Ok" button
This one is fixes issue 1396
This commit is contained in:
		| @@ -597,7 +597,7 @@ void CStackWindow::CWindowSection::createButtonPanel() | ||||
| 		parent->switchButtons[parent->activeTab]->disable(); | ||||
| 	} | ||||
|  | ||||
| 	auto exitBtn = new CButton(Point(382, 5), "hsbtns.def", CGI->generaltexth->zelp[445], [=]{ parent->close(); }, SDLK_RETURN); | ||||
| 	auto exitBtn = new CButton(Point(382, 5), "hsbtns.def", CGI->generaltexth->zelp[447], [=]{ parent->close(); }, SDLK_RETURN); | ||||
| 	exitBtn->assignedKeys.insert(SDLK_ESCAPE); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user