mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
f381f335e1
commit
8b5437515c
3 changed files with 6 additions and 6 deletions
|
@ -690,13 +690,13 @@ public:
|
|||
virtual uint32 getImplementationVersion () const = 0;
|
||||
|
||||
/**
|
||||
* Get driver informations.
|
||||
* Get driver information.
|
||||
* get the nel name of the driver (ex: "Opengl 1.2 NeL Driver")
|
||||
*/
|
||||
virtual const char* getDriverInformation () = 0;
|
||||
|
||||
/**
|
||||
* Get videocard informations.
|
||||
* Get videocard information.
|
||||
* get the official name of the driver
|
||||
*/
|
||||
virtual const char* getVideocardInformation () = 0;
|
||||
|
|
|
@ -477,13 +477,13 @@ public:
|
|||
virtual uint32 getImplementationVersion () const = 0;
|
||||
|
||||
/**
|
||||
* Get driver informations.
|
||||
* Get driver information.
|
||||
* get the nel name of the driver (ex: "Opengl 1.2 NeL Driver")
|
||||
*/
|
||||
virtual const char* getDriverInformation () = 0;
|
||||
|
||||
/**
|
||||
* Get videocard informations.
|
||||
* Get videocard information.
|
||||
* get the official name of the driver
|
||||
*/
|
||||
virtual const char* getVideocardInformation () = 0;
|
||||
|
|
|
@ -2688,7 +2688,7 @@ class CAHScenarioControl : public IActionHandler
|
|||
}
|
||||
setScenarioInformation(scenarioWnd, "");
|
||||
|
||||
// hide description and informations?
|
||||
// hide description and information?
|
||||
result = scenarioWnd->findFromShortId(string("scenario_info_prop"));
|
||||
if(result)
|
||||
result->setActive(R2::getEditor().isInitialized());
|
||||
|
@ -2863,7 +2863,7 @@ class CAHScenarioInformation : public IActionHandler
|
|||
}
|
||||
}
|
||||
|
||||
// active description and informations
|
||||
// active description and information
|
||||
result = scenarioWnd->findFromShortId(string("scenario_info_prop"));
|
||||
if(result)
|
||||
result->setActive(true);
|
||||
|
|
Loading…
Reference in a new issue