diff options
Diffstat (limited to 'oldXMenu/Activate.c')
| -rw-r--r-- | oldXMenu/Activate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index fef8a3b6b25..d4683da87f2 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #include "copyright.h" | 3 | #include "copyright.h" |
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | Copyright (C) 2001-2011 Free Software Foundation, Inc. | 6 | Copyright (C) 2001-2012 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | This program is free software: you can redistribute it and/or modify | 8 | This program is free software: you can redistribute it and/or modify |
| 9 | it under the terms of the GNU General Public License as published by | 9 | it under the terms of the GNU General Public License as published by |
| @@ -78,7 +78,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 78 | * | 78 | * |
| 79 | * 3) The application has enabled asynchronous event | 79 | * 3) The application has enabled asynchronous event |
| 80 | * queuing mode. In this mode all foreign events | 80 | * queuing mode. In this mode all foreign events |
| 81 | * will be queued up untill XMenuActivate | 81 | * will be queued up until XMenuActivate |
| 82 | * terminates; at which time they will be | 82 | * terminates; at which time they will be |
| 83 | * returned to the X event queue. As long as | 83 | * returned to the X event queue. As long as |
| 84 | * AEQ mode is enabled any asynchronous event | 84 | * AEQ mode is enabled any asynchronous event |