mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-12-01 18:45:39 +00:00
Small cosmetic changes to the no games dialog.
This commit is contained in:
parent
e0e1cff787
commit
6715014de9
|
@ -115,7 +115,7 @@ void ViewController::noGamesDialog()
|
||||||
"DIRECTORY STRUCTURE CAN BE GENERATED WHICH WILL\n"
|
"DIRECTORY STRUCTURE CAN BE GENERATED WHICH WILL\n"
|
||||||
"CREATE A TEXT FILE FOR EACH SYSTEM PROVIDING SOME\n"
|
"CREATE A TEXT FILE FOR EACH SYSTEM PROVIDING SOME\n"
|
||||||
"INFORMATION SUCH AS THE SUPPORTED FILE EXTENSIONS.\n"
|
"INFORMATION SUCH AS THE SUPPORTED FILE EXTENSIONS.\n"
|
||||||
"THIS IS THE CURRENTLY CONFIGURED ROM PATH:\n";
|
"THIS IS THE CURRENTLY CONFIGURED ROM DIRECTORY:\n";
|
||||||
|
|
||||||
#if defined(_WIN64)
|
#if defined(_WIN64)
|
||||||
mRomDirectory = Utils::String::replace(FileData::getROMDirectory(), "/", "\\");
|
mRomDirectory = Utils::String::replace(FileData::getROMDirectory(), "/", "\\");
|
||||||
|
@ -124,7 +124,7 @@ void ViewController::noGamesDialog()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
mNoGamesMessageBox = new GuiMsgBox(mWindow, HelpStyle(), mNoGamesErrorMessage + mRomDirectory,
|
mNoGamesMessageBox = new GuiMsgBox(mWindow, HelpStyle(), mNoGamesErrorMessage + mRomDirectory,
|
||||||
"CHANGE ROM PATH", [this] {
|
"CHANGE ROM DIRECTORY", [this] {
|
||||||
std::string currentROMDirectory;
|
std::string currentROMDirectory;
|
||||||
#if defined(_WIN64)
|
#if defined(_WIN64)
|
||||||
currentROMDirectory = Utils::String::replace(FileData::getROMDirectory(), "/", "\\");
|
currentROMDirectory = Utils::String::replace(FileData::getROMDirectory(), "/", "\\");
|
||||||
|
|
Loading…
Reference in a new issue