1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Renamed LibClasses * VLC to GameLibrary * LIBRARY

This commit is contained in:
Ivan Savenko
2025-02-14 16:23:37 +00:00
parent 156de5b17e
commit 645b95ba02
287 changed files with 2032 additions and 2032 deletions

View File

@@ -18,7 +18,7 @@
#include "CMT.h"
#include "../../../lib/texts/CGeneralTextHandler.h"
#include "../../../lib/VCMI_Lib.h"
#include "../../../lib/GameLibrary.h"
#include "CPlayerInterface.h"
#include "CServerHandler.h"
#include "../../../lib/filesystem/ResourcePath.h"
@@ -121,7 +121,7 @@ void SettingsMainWindow::close()
void SettingsMainWindow::quitGameButtonCallback()
{
GAME->interface()->showYesNoDialog(
VLC->generaltexth->allTexts[578],
LIBRARY->generaltexth->allTexts[578],
[this]()
{
close();
@@ -142,7 +142,7 @@ void SettingsMainWindow::backButtonCallback()
void SettingsMainWindow::mainMenuButtonCallback()
{
GAME->interface()->showYesNoDialog(
VLC->generaltexth->allTexts[578],
LIBRARY->generaltexth->allTexts[578],
[this]()
{
close();
@@ -168,7 +168,7 @@ void SettingsMainWindow::saveGameButtonCallback()
void SettingsMainWindow::restartGameButtonCallback()
{
GAME->interface()->showYesNoDialog(
VLC->generaltexth->allTexts[67],
LIBRARY->generaltexth->allTexts[67],
[this]()
{
close();