commit | a60e536a290f7c14cf2b255ddb7071b39619fcd3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 13:11:39 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 13:11:39 2019 +0200 |
tree | 4646c29620a529bf9a3e7b789b681350e22c68eb | |
parent | ef8c83c550e2562362c4385f0823e41ae67cfada [diff] [blame] |
patch 8.1.1147: desktop file translations are requiring manual updates Problem: Desktop file translations are requiring manual updates. Solution: Use the .po files for desktop file translations. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index cb20b88..4755317 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1147, +/**/ 1146, /**/ 1145,