aboutsummaryrefslogtreecommitdiff
path: root/src/ld-window-main.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2011-01-09 06:46:48 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2011-01-09 07:08:39 +0100
commit54ef5ce450725e0594a93543d4de5914e2b5e102 (patch)
tree342de99b137b6aa2548ff3af9489866155c9f253 /src/ld-window-main.c
parent8243114d0924982590fb81f0ecb54b39fef41c9e (diff)
downloadlogdiag-54ef5ce450725e0594a93543d4de5914e2b5e102.tar.gz
logdiag-54ef5ce450725e0594a93543d4de5914e2b5e102.tar.xz
logdiag-54ef5ce450725e0594a93543d4de5914e2b5e102.zip
Fix comments.
Diffstat (limited to 'src/ld-window-main.c')
-rw-r--r--src/ld-window-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ld-window-main.c b/src/ld-window-main.c
index 2ea06b5..4ba86b3 100644
--- a/src/ld-window-main.c
+++ b/src/ld-window-main.c
@@ -743,7 +743,7 @@ on_canvas_button_press (GtkWidget *widget, GdkEventButton *event,
self = LD_WINDOW_MAIN (user_data);
data = &self->priv->symbol_menu;
- /* The event occured elsewhere, cancel the menu and put the event
+ /* If the event occured elsewhere, cancel the menu and put the event
* back into the queue.
*/
if (widget->window != event->window && data->active_button)