Fix comment
This commit is contained in:
parent
0db39ccfd0
commit
86fd00d1ea
|
@ -20,9 +20,9 @@ class KeymapManager;
|
||||||
// A Context is used to access non singleton objects for various services
|
// A Context is used to access non singleton objects for various services
|
||||||
// in commands.
|
// in commands.
|
||||||
//
|
//
|
||||||
// The Context object links an Client, an Editor (which may be a Window),
|
// The Context object links a Client, a Window, an InputHandler and a
|
||||||
// and a UserInterface. It may represent an interactive user window, or
|
// SelectionList. It may represent an interactive user window, a hook
|
||||||
// a hook execution or a macro replay.
|
// execution or a macro replay context.
|
||||||
class Context
|
class Context
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user