From 5fcf8bfba9c75419657a7a17eba977fa0e5e7c88 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 28 Jun 2007 18:31:13 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4117 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/winio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winio.c b/src/winio.c index b329f5c5..1fbb19d0 100644 --- a/src/winio.c +++ b/src/winio.c @@ -1648,7 +1648,7 @@ int get_mouseinput(int *mouse_x, int *mouse_y, bool allow_shortcuts) *mouse_x = mevent.x; *mouse_y = mevent.y; - /* Handle clicks/releases of the first mouse button. */ + /* Handle releases/clicks of the first mouse button. */ if (mevent.bstate & (BUTTON1_RELEASED | BUTTON1_CLICKED)) { /* If we're allowing shortcuts, the current shortcut list is * being displayed on the last two lines of the screen, and the -- 2.39.5