From ce5b06a6a972dcc36e460782e10e21a09b227b5d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 5 Apr 2021 14:13:20 +0200 Subject: patch 8.2.2717: GTK menu items don't show a tooltip Problem: GTK menu items don't show a tooltip. Solution: Add a callback to show the tooltip. (Leonid V. Fedorenchik, closes #8067, closes #7810) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index d38b6ba06..f22d0cb25 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2717, /**/ 2716, /**/ -- cgit v1.2.1