mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Fix typo in GraphicUserInterface.cpp
This commit is contained in:
@@ -1018,7 +1018,7 @@ namespace VeraCrypt
|
|||||||
|
|
||||||
wxLog::FlushActive();
|
wxLog::FlushActive();
|
||||||
Application::SetExitCode (1);
|
Application::SetExitCode (1);
|
||||||
Gui->ShowInfo (LangStrin["LINUX_VC_RUNNING_ALREADY"]);
|
Gui->ShowInfo (LangString["LINUX_VC_RUNNING_ALREADY"]);
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user