mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Expose SafeCommand confirmation string to language.
This commit is contained in:
parent
c557c463e4
commit
92697659be
2 changed files with 3 additions and 2 deletions
|
@ -121,7 +121,8 @@ public:
|
|||
|
||||
bool Activate()
|
||||
{
|
||||
M_StartMessage("Do you really want to do this?", 0);
|
||||
const char *msg = GStrings("SAFEMESSAGE");
|
||||
if (msg) M_StartMessage(msg, 0);
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
|
|
@ -2324,7 +2324,7 @@ OPTSTR_OPENAL = "OpenAL";
|
|||
|
||||
|
||||
|
||||
|
||||
SAFEMESSAGE = "Do you really want to do this?";
|
||||
MNU_COLORPICKER = "SELECT COLOR";
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue