Fixed: Some typos
This commit is contained in:
parent
dbbb344bde
commit
29e875255f
2 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ bool hasPrivilegeEM() { return (UserPrivileges.find(":EM:") != std::string::npos
|
||||||
bool hasPrivilegeEG() { return (UserPrivileges.find(":EG:") != std::string::npos); }
|
bool hasPrivilegeEG() { return (UserPrivileges.find(":EG:") != std::string::npos); }
|
||||||
|
|
||||||
|
|
||||||
// Restore the video mode (fullscreen for exemple) after the connection (done in a window)
|
// Restore the video mode (fullscreen for example) after the connection (done in a window)
|
||||||
void connectionRestaureVideoMode ()
|
void connectionRestaureVideoMode ()
|
||||||
{
|
{
|
||||||
// Setup full screen if we have to
|
// Setup full screen if we have to
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
class CInputHandlerManager : public NLMISC::IEventListener, public CGroupEditBox::IComboKeyHandler
|
class CInputHandlerManager : public NLMISC::IEventListener, public CGroupEditBox::IComboKeyHandler
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// The EventServer Filled with Filtered Messages the InterfaceManager didn't cactch
|
/// The EventServer Filled with Filtered Messages the InterfaceManager didn't catch
|
||||||
NLMISC::CEventServer FilteredEventServer;
|
NLMISC::CEventServer FilteredEventServer;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue